Changeset 5411:f4259a92dab6 for doc
- Timestamp:
- 2008-05-28 22:22:20 (6 months ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
doc/Muttrc.head (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
doc/Muttrc.head
r5384 r5411 3 3 # 4 4 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... 7 ignore * 8 9 # ... then allow these through. 10 unignore from: subject to cc date x-mailer x-url user-agent 11 12 # Display the fields in this order 13 hdr_order date from to cc subject 9 14 10 15 # imitate the old search-body function
