.muttrc: Remove unused options
Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
6ff5fbcdfd
commit
82be39b15c
5
.muttrc
5
.muttrc
@ -6,8 +6,6 @@
|
|||||||
set alias_file = ~/.mutt/alias # where to store aliases
|
set alias_file = ~/.mutt/alias # where to store aliases
|
||||||
set header_cache = ~/.mutt/cache/headers # where to store headers
|
set header_cache = ~/.mutt/cache/headers # where to store headers
|
||||||
set message_cachedir = ~/.mutt/cache/bodies # where to store bodies
|
set message_cachedir = ~/.mutt/cache/bodies # where to store bodies
|
||||||
set certificate_file = ~/.mutt/certificates # where to store certs
|
|
||||||
set mailcap_path = ~/.mutt/mailcap # entries for filetypes
|
|
||||||
set tmpdir = ~/.mutt/temp # where to keep temp files, must exist
|
set tmpdir = ~/.mutt/temp # where to keep temp files, must exist
|
||||||
set signature = ~/.signature.gmail # signature file
|
set signature = ~/.signature.gmail # signature file
|
||||||
|
|
||||||
@ -17,9 +15,6 @@ set mbox_type = Maildir # mailbox type
|
|||||||
set timeout = 15 # idle time before scanning (seconds)
|
set timeout = 15 # idle time before scanning (seconds)
|
||||||
set mail_check = 60 # minimum time between scans (seconds)
|
set mail_check = 60 # minimum time between scans (seconds)
|
||||||
unset move # gmail does that
|
unset move # gmail does that
|
||||||
#set delete # don't ask, just do
|
|
||||||
#unset confirmappend # don't ask, just do!
|
|
||||||
#set quit # don't ask, just do!!
|
|
||||||
unset mark_old # read/new is good enough for me
|
unset mark_old # read/new is good enough for me
|
||||||
set beep_new # bell on new mails
|
set beep_new # bell on new mails
|
||||||
set pipe_decode # strip headers and eval mimes when piping
|
set pipe_decode # strip headers and eval mimes when piping
|
||||||
|
Loading…
Reference in New Issue
Block a user