diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-04-22 14:21:40 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-04-22 14:21:40 -0400 |
commit | 34501199f36d133ffa6f9b7fe02b19a127c03060 (patch) | |
tree | e131279b0163c77e130217ab18c6d1e06e10d906 /mutt-wizard.muttrc | |
parent | 1d57f265b2790ee109e69a10af49afc0aca50aa8 (diff) |
mailcap and mwrc global
Diffstat (limited to 'mutt-wizard.muttrc')
-rw-r--r-- | mutt-wizard.muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt-wizard.muttrc b/mutt-wizard.muttrc index b90aac8..b1b6dab 100644 --- a/mutt-wizard.muttrc +++ b/mutt-wizard.muttrc @@ -3,7 +3,7 @@ # mutt-wizard will have this file sourced from your muttrc. # In the interest of seamless updating, do not edit this file. # If you want to override any settings, set those in your muttrc. -set mailcap_path = ~/.config/mutt/mailcap +set mailcap_path = /usr/share/mutt-wizard/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' |