27 lines
662 B
Text
27 lines
662 B
Text
set header_cache = ~/.cache/mutt
|
|
|
|
set send_charset = "us-ascii:utf-8"
|
|
set text_flowed = yes
|
|
|
|
unset imap_passive
|
|
set imap_keepalive = 300
|
|
set mail_check = 60
|
|
set timeout = 120
|
|
set imap_check_subscribed
|
|
|
|
set sort = threads
|
|
|
|
set beep_new = yes
|
|
|
|
macro pager \cu <pipe-entry>'urlview'<enter> 'Follow links with urlview'
|
|
macro attach o <pipe-entry>'pipe xdg-open'<enter> 'Open attachment with associated application'
|
|
|
|
color index default default ~N
|
|
color index default default ~O
|
|
color index default default ~F
|
|
color index default default ~T
|
|
color index default default ~D
|
|
|
|
set mailcap_path = ~/.mutt/mailcap
|
|
auto_view text/html
|
|
alternative_order text/plain text/html
|