X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/14c29200cb58d3c4a0830265f2433849781858d0..ee66c1452ad6f627879c9ec8156342f5e90c2253:/doc/Muttrc.head diff --git a/doc/Muttrc.head b/doc/Muttrc.head index d30b9d5..1f7012e 100644 --- a/doc/Muttrc.head +++ b/doc/Muttrc.head @@ -2,10 +2,15 @@ # 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 "~b " "search in message bodies" @@ -33,6 +38,10 @@ bind browser y exit # # 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 *** ## @@ -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 -## containers themseves don't qualify. +## containers themselves don't qualify. ## #attachments +A message/.* multipart/.* #attachments +I message/.* multipart/.*