.muttrc

changeset 326
953e3a78a89a
parent 325
6dc43d41bed1
child 327
c11c41360b9c
equal deleted inserted replaced
325:6dc43d41bed1 326:953e3a78a89a
24 set menu_scroll = yes 24 set menu_scroll = yes
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 spell' +/^$ +noh ++1"
30 set strict_threads = yes 30 set strict_threads = yes
31
32 set reverse_name = yes
33 set envelope_from = yes
34 set fast_reply = yes
35 set include = yes
31 36
32 set header_cache = ~/.cache/mutt 37 set header_cache = ~/.cache/mutt
33 set message_cachedir = ~/.cache/mutt 38 set message_cachedir = ~/.cache/mutt
34 39
35 auto_view text/html 40 auto_view text/html

mercurial