]> git.pld-linux.org Git - packages/mutt.git/blame - mutt-Muttrc.head.patch
- don't open mailboxes infinite times; rel 4
[packages/mutt.git] / mutt-Muttrc.head.patch
CommitLineData
9a5d4df5
JR
1diff -urN mutt-1.5.19/doc/Muttrc.head mutt-1.5.19.conf/doc/Muttrc.head
2--- mutt-1.5.19/doc/Muttrc.head 2009-04-13 19:06:54.325723485 +0200
3+++ mutt-1.5.19.conf/doc/Muttrc.head 2009-04-13 18:36:22.943095974 +0200
4@@ -7,10 +7,23 @@
5 ignore *
6
7 # ... then allow these through.
8-unignore from: subject to cc date x-mailer x-url user-agent
9+unignore from: subject to cc date x-mailer x-url user-agent mail-followup-to reply-to lines
10
11 # Display the fields in this order
12 hdr_order date from to cc subject
13+
14+# Some sane bindings (next/prev-undeleted idea is just sick)
15+bind index <up> previous-entry
16+bind index <down> next-entry
17+bind index + collapse-thread
18+bind index - collapse-thread
19+
20+# Same as above, and
21+# Up/Down is much more intiuitive than Backspace/Enter for up and down
22+bind pager <up> previous-line
23+bind pager <down> next-line
24+bind pager <left> previous-entry
25+bind pager <right> next-entry
26
27 # imitate the old search-body function
28 macro index \eb "<search>~b " "search in message bodies"
29@@ -47,6 +60,20 @@
30 # be undone with unmime_lookup.
31 mime_lookup application/octet-stream
32
33+auto_view text/richtext text/html text/x-sgml text/x-vcard application/x-tex \
34+ application/x-dvi applicatoin/x-gzip-dvi application/x-gzip \
35+ application/x-gunzip application/x-cpio application/x-gtar \
36+ application/x-tar application/x-tar-gz application/x-rar-compressed \
37+ application/x-zip-compressed application/zip application/x-csh \
38+ application/x-sh application/x-script application/x-latex \
39+ application/x-tex application/x-shar application/x-troff \
40+ application/x-troff-man application/x-troff-me \
41+ application/x-pgp-message application/msword \
42+ application/ms-tnef application/rtf application/octet-stream \
43+ application/x-tcl application/x-perl message/partial
44+
45+alternative_order text/enriched text/plain text/html
46+
47 ##
48 ## *** DEFAULT SETTINGS FOR THE ATTACHMENTS PATCH ***
49 ##
This page took 0.050394 seconds and 4 git commands to generate.