diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-01-25 12:55:05 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-01-25 12:55:05 +0800 |
commit | 941c070cbd39b3f10f3d9dd5b295707a4d1938b3 (patch) | |
tree | 0de18ef95e1a9bb2ac2cc7636d7a104c13b2c283 /_mutt/muttrc | |
parent | a825d7ec7509d4220c86dd986b7b7b954142e878 (diff) | |
download | dotfiles-941c070cbd39b3f10f3d9dd5b295707a4d1938b3.tar.bz2 |
Move mailcap out of mutt.
Diffstat (limited to '_mutt/muttrc')
-rw-r--r-- | _mutt/muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_mutt/muttrc b/_mutt/muttrc index 6b369bb..43172a2 100644 --- a/_mutt/muttrc +++ b/_mutt/muttrc @@ -38,9 +38,9 @@ folder-hook 'autistici.*' source ~/.mutt/accounts/autistici source ~/.mutt/accounts/default ### Files and directories +set mailcap_path = ~/.mailcap set alias_file = ~/.mutt/aliases set certificate_file = ~/.mutt/certificates -set mailcap_path = ~/.mutt/mailcap set history_file = ~/.mutt/history set header_cache = ~/.mutt/cache/headers set message_cachedir = ~/.mutt/cache/bodies |