--- a/doc/Muttrc.head +++ b/doc/Muttrc.head @@ -6,6 +6,36 @@ # ignore "from " received content- mime-version status x-status message-id ignore sender references return-path lines +ignore date delivered-to precedence errors-to in-reply-to user-agent +ignore x-loop x-sender x-mailer x-msmail-priority x-mimeole x-ms- x-priority +ignore x-accept-language x-authentication-warning thread- priority importance +ignore x-original-to domainkey-signature dkim-signature + +# emacs-like bindings +bind editor "\e" kill-word +bind editor "\e" kill-word + +# map delete-char to a sane value +bind editor delete-char + +# some people actually like these settings +#set pager_stop +#bind pager previous-line +#bind pager next-line + +# Specifies how to sort messages in the index menu. +set sort=threads + +# Uncomment if your MTA does not strip Bcc: headers. +# (exim4 and postfix strip them, exim(3) does not.) +#unset write_bcc +# Postfix and qmail use Delivered-To for detecting loops +unset bounce_delivered + +set mixmaster="mixmaster-filter" + +# System-wide CA file managed by the ca-certificates package +set ssl_ca_certificates_file="/etc/ssl/certs/ca-certificates.crt" # imitate the old search-body function macro index \eb "~b " "search in message bodies" @@ -18,7 +48,7 @@ macro index,pager,attach,compose \cb "\ "call urlview to extract URLs out of a message" # Show documentation when pressing F1 -macro generic,pager " less @docdir@/manual.txt" "show Mutt documentation" +macro generic,pager " zcat @docdir@/mutt/manual.txt.gz | sensible-pager" "show Mutt documentation" # show the incoming mailboxes list (just like "mutt -y") and back when pressing "y" macro index,pager y "?" "show incoming mailboxes list" @@ -30,7 +60,7 @@ bind browser y exit # append-hook \\.gz$ "gzip -c %t >> %f" # If Mutt is unable to determine your site's domain name correctly, you can -# set the default here. +# set the default here. (better: fix /etc/mailname) # # set hostname=cs.hmc.edu @@ -92,6 +122,9 @@ attachments +I text/plain attachments -A message/external-body attachments -I message/external-body +# enable mime lookup by extension +mime_lookup application/octet-stream + ## ## More settings ##