.muttrc

changeset 324
d4e93a4f6c51
parent 320
8728ad7770a0
child 325
6dc43d41bed1
equal deleted inserted replaced
323:335700d436e2 324:d4e93a4f6c51
25 set mailcap_path = ~/.mutt/mailcap 25 set mailcap_path = ~/.mutt/mailcap
26 set assumed_charset = "utf-8:iso8859-1" 26 set assumed_charset = "utf-8:iso8859-1"
27 set autoedit = yes 27 set autoedit = yes
28 set edit_headers = yes 28 set edit_headers = yes
29 set editor = "vim +'set tw=72 noawa'" 29 set editor = "vim +'set tw=72 noawa'"
30 set strict_threads = yes
30 31
31 set header_cache = ~/.cache/mutt 32 set header_cache = ~/.cache/mutt
32 set message_cachedir = ~/.cache/mutt 33 set message_cachedir = ~/.cache/mutt
33 34
34 auto_view text/html 35 auto_view text/html
60 bind pager l list-reply 61 bind pager l list-reply
61 62
62 push <first-entry> 63 push <first-entry>
63 64
64 # Appearance 65 # Appearance
65 set sort = reverse-date-sent 66 set sort = reverse-threads
67 set sort_aux = last-date
68 set sort_browser = reverse-date
66 set status_on_top = yes 69 set status_on_top = yes
67 set pager_index_lines = 10 70 set pager_index_lines = 7
68 set wrap = -15 71 set wrap = -15
69 set markers = no 72 set markers = no
70 73
71 set date_format = "%m-%d %H:%M" 74 set date_format = "%m-%d %H:%M"
72 set index_format = "%2C %Z %D %-30.30F %s" 75 set index_format = "%2C %Z %D %-30.30F %s"
76 set status_format = " %r Mutt: %f [N:%n%?d? D:%d?%?t? *:%t?] %>- (%s/%S) %P"
73 77
74 ignore * 78 ignore *
75 unignore from date subject to cc 79 unignore from date subject to cc
76 unignore organization organisation x-mailing-list: posted-to: 80 unignore organization organisation x-mailing-list: posted-to:
77 81

mercurial