]> git.llucax.com Git - software/mutt-debian.git/blobdiff - doc/Muttrc.head
adding a lintian override for the mutt Exec path in the desktop file
[software/mutt-debian.git] / doc / Muttrc.head
index d30b9d5d6c0f3f763e7ca744433dea51127d77ce..1f7012e77c01a32422be853d2f62b61f3ea97f5e 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 ***
 ##
@@ -78,7 +87,7 @@ attachments   +I text/plain
 ## line is unnecessary if you already have "attach-allow */.*", of
 ## course.  These are off by default!  The MIME elements contained
 ## within a message/* or multipart/* are still examined, even if the
 ## line is unnecessary if you already have "attach-allow */.*", of
 ## course.  These are off by default!  The MIME elements contained
 ## within a message/* or multipart/* are still examined, even if the
-## containers themseves don't qualify.
+## containers themselves don't qualify.
 ##
 #attachments  +A message/.* multipart/.*
 #attachments  +I message/.* multipart/.*
 ##
 #attachments  +A message/.* multipart/.*
 #attachments  +I message/.* multipart/.*