X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/14c29200cb58d3c4a0830265f2433849781858d0..7831684e1868d52ab75bbb833fa3f71553674634:/doc/Muttrc.head?ds=inline diff --git a/doc/Muttrc.head b/doc/Muttrc.head index d30b9d5..368e7aa 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 *** ##