]> git.llucax.com Git - software/mutt-debian.git/blobdiff - doc/Muttrc.head
restoring .gitignore
[software/mutt-debian.git] / doc / Muttrc.head
index d30b9d5d6c0f3f763e7ca744433dea51127d77ce..368e7aa3c3ce100c8b6f85845bf396a399a5964d 100644 (file)
@@ -2,10 +2,15 @@
 # System configuration file for Mutt
 #
 
 # System configuration file for Mutt
 #
 
-# default list of header fields to weed when displaying
-#
-ignore "from " received content- mime-version status x-status message-id
-ignore sender references return-path lines
+# Default list of header fields to weed when displaying.
+# Ignore all lines by default...
+ignore *
+
+# ... then allow these through.
+unignore from: subject to cc date x-mailer x-url user-agent
+
+# Display the fields in this order
+hdr_order date from to cc subject
 
 # imitate the old search-body function
 macro index \eb "<search>~b " "search in message bodies"
 
 # imitate the old search-body function
 macro index \eb "<search>~b " "search in message bodies"
@@ -33,6 +38,10 @@ bind browser y exit
 #
 # set use_8bitmime
 
 #
 # set use_8bitmime
 
+# Use mime.types to look up handlers for application/octet-stream. Can
+# be undone with unmime_lookup.
+mime_lookup application/octet-stream
+
 ##
 ## *** DEFAULT SETTINGS FOR THE ATTACHMENTS PATCH ***
 ##
 ##
 ## *** DEFAULT SETTINGS FOR THE ATTACHMENTS PATCH ***
 ##