3 * 2009-01-15 myon: refreshed for mutt-1.5.19; drop our list of ignored headers
4 in favor of upstream's new unignore list
9 # Display the fields in this order
10 hdr_order date from to cc subject
12 +# emacs-like bindings
13 +bind editor "\e<delete>" kill-word
14 +bind editor "\e<backspace>" kill-word
16 +# map delete-char to a sane value
17 +bind editor <delete> delete-char
19 +# some people actually like these settings
21 +#bind pager <up> previous-line
22 +#bind pager <down> next-line
24 +# Specifies how to sort messages in the index menu.
27 +# The behavior of this option on the Debian mutt package is
28 +# not the original one because exim4, the default SMTP on Debian
29 +# does not strip bcc headers so this can cause privacy problems;
30 +# see man muttrc for more info
32 +# Postfix and qmail use Delivered-To for detecting loops
33 +unset bounce_delivered
35 +set mixmaster="mixmaster-filter"
37 +# System-wide CA file managed by the ca-certificates package
38 +set ssl_ca_certificates_file="/etc/ssl/certs/ca-certificates.crt"
40 # imitate the old search-body function
41 macro index \eb "<search>~b " "search in message bodies"
44 "call urlview to extract URLs out of a message"
46 # Show documentation when pressing F1
47 -macro generic,pager <F1> "<shell-escape> less @docdir@/manual.txt<Enter>" "show Mutt documentation"
48 +macro generic,pager <F1> "<shell-escape> zcat @docdir@/mutt/manual.txt.gz | sensible-pager<enter>" "show Mutt documentation"
50 # show the incoming mailboxes list (just like "mutt -y") and back when pressing "y"
51 macro index,pager y "<change-folder>?<toggle-mailboxes>" "show incoming mailboxes list"
54 # If Mutt is unable to determine your site's domain name correctly, you can
55 -# set the default here.
56 +# set the default here. (better: fix /etc/mailname)
58 # set hostname=cs.hmc.edu
61 # be undone with unmime_lookup.
62 mime_lookup application/octet-stream
64 +# Upgrade the progress counter every 250ms, good for mutt over SSH
65 +# see http://bugs.debian.org/537746
69 ## *** DEFAULT SETTINGS FOR THE ATTACHMENTS PATCH ***