mutt-wizard

fork of Luke Smiths mutt-wizard
git clone git://git.jakekoroman.com/mutt-wizard
Log | Files | Refs | README | LICENSE

commit dcdbfd3ce783845b6590b18f83f707923a16cd2d
parent 9fbb5e6832d9f287eeba8632b3b56aed83b68208
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Sun, 21 Apr 2019 22:29:01 -0400

mailcap fix

Diffstat:
Mmuttrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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'