summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-04-21 22:29:01 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-04-21 22:29:01 -0400
commitdcdbfd3ce783845b6590b18f83f707923a16cd2d (patch)
tree76ffd31e958002722a58818773dcf02ba64dbe35
parent9fbb5e6832d9f287eeba8632b3b56aed83b68208 (diff)
mailcap fix
-rw-r--r--muttrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/muttrc b/muttrc
index 4c1aaef..658bbba 100644
--- a/muttrc
+++ b/muttrc
@@ -1,6 +1,6 @@
# vim: filetype=neomuttrc
# This is the general mutt config which has the settings that all accounts use.
-set mailcap_path = mailcap
+set mailcap_path = ~/.config/mutt/mailcap
set date_format="%y/%m/%d %I:%M%p"
set index_format="%2C %zs %?X?A& ? %D %-15.15F %s (%-4.4c)"
set sort = 'reverse-date'