diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-11-24 08:26:53 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-11-24 08:26:53 -0500 |
commit | 8b983812ed165ab1300330de6ed9b2db2468afa0 (patch) | |
tree | ebf6d0501ae64cf7d8079c37a2404a8dbfc4174f /share | |
parent | 15941b43e7cec4b66ad2e9911ca791f365aac362 (diff) | |
parent | 9ce96c9a40cc57703fd386b52195bc48c873ba79 (diff) |
Merge branch 'master' of git://github.com/aymanbagabas/mutt-wizard into aymanbagabas-master
Diffstat (limited to 'share')
-rw-r--r-- | share/mutt-wizard.muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc index 994fcb7..b74f244 100644 --- a/share/mutt-wizard.muttrc +++ b/share/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 = /usr/share/mutt-wizard/mailcap +set mailcap_path = /usr/local/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' |