Add mutt config
This commit is contained in:
parent
1c9780ae7a
commit
dd6fc35057
3 changed files with 73 additions and 0 deletions
14
mutt/common
Normal file
14
mutt/common
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue