diff options
author | Luke Smith <luke@lukesmith.xyz> | 2022-01-22 01:40:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-22 01:40:11 +0000 |
commit | 5aea3a0b54d700a37baf9335b2f92ee1fc2baa65 (patch) | |
tree | ddafec35a62b390c2befda4a8ed7588df578c1e1 /share/mutt-wizard.muttrc | |
parent | 98f23a0ab9f21d108632ba2a1b507706fb90467c (diff) | |
parent | b149d1c9ce80f489006c470636ead617b3082e42 (diff) |
Merge pull request #807 from CMurtagh-LGTM/patch-1
Add option to use user mailcap
Diffstat (limited to 'share/mutt-wizard.muttrc')
-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 a12a77e..f99d74d 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/local/share/mutt-wizard/mailcap:$mailcap_path +set mailcap_path = $HOME/.config/mutt/mailcap:/usr/local/share/mutt-wizard/mailcap:$mailcap_path set mime_type_query_command = "file --mime-type -b %s" set date_format="%y/%m/%d %I:%M%p" set index_format="%2C %Z %?X?A& ? %D %-15.15F %s (%-4.4c)" |