/home/slash/.mutt/muttrc
This commit is contained in:
parent
86f113c1bb
commit
cbbe5e3345
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
###
|
### -*- eval: (git-auto-commit-mode 1) -*-
|
||||||
# ~/.muttrc
|
# ~/.muttrc
|
||||||
###
|
###
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ set message_cachedir = ~/.mutt/cache/bodies # where to store bodies
|
||||||
set certificate_file = ~/.mutt/certificates # where to store certs
|
set certificate_file = ~/.mutt/certificates # where to store certs
|
||||||
set mailcap_path = ~/.mutt/mailcap # entries for filetypes
|
set mailcap_path = ~/.mutt/mailcap # entries for filetypes
|
||||||
set tmpdir = ~/.mutt/temp # where to keep temp files
|
set tmpdir = ~/.mutt/temp # where to keep temp files
|
||||||
set editor = "emacs -nw"
|
set editor = "emacsclient -cx"
|
||||||
|
|
||||||
# main options
|
# main options
|
||||||
set mbox_type = Maildir # mailbox type
|
set mbox_type = Maildir # mailbox type
|
||||||
|
|
Loading…
Reference in a new issue