diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-04-21 22:29:01 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-04-21 22:29:01 -0400 |
commit | dcdbfd3ce783845b6590b18f83f707923a16cd2d (patch) | |
tree | 76ffd31e958002722a58818773dcf02ba64dbe35 | |
parent | 9fbb5e6832d9f287eeba8632b3b56aed83b68208 (diff) |
mailcap fix
-rw-r--r-- | muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |