Changeset 5411:f4259a92dab6 for doc

Show
Ignore:
Timestamp:
2008-05-28 22:22:20 (6 months ago)
Author:
Paul Walker <paul@…>
Branch:
HEAD
Message:

Make default muttrc header weeding tidier. Closes #286.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/Muttrc.head

    r5384 r5411  
    33# 
    44 
    5 # default list of header fields to weed when displaying 
    6 # 
    7 ignore "from " received content- mime-version status x-status message-id 
    8 ignore sender references return-path lines 
     5# Default list of header fields to weed when displaying. 
     6# Ignore all lines by default... 
     7ignore * 
     8 
     9# ... then allow these through. 
     10unignore from: subject to cc date x-mailer x-url user-agent 
     11 
     12# Display the fields in this order 
     13hdr_order date from to cc subject 
    914 
    1015# imitate the old search-body function