diff options
author | Luke Smith <luke@lukesmith.xyz> | 2022-03-29 09:23:24 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2022-03-29 09:23:24 -0400 |
commit | 7739a95994c997e7428a4f81d49456c87f6c7484 (patch) | |
tree | 73b70d377d60b0a1003a956560e9dbc04a499285 /share/mutt-wizard.muttrc | |
parent | 65af1f047e672e2c5d42d457d891043bb407476d (diff) | |
parent | 370f53204a21bedf95a2f0ed059957df9616b515 (diff) |
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
Diffstat (limited to 'share/mutt-wizard.muttrc')
-rw-r--r-- | share/mutt-wizard.muttrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc index a12a77e..3537aa8 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)" @@ -27,6 +27,7 @@ auto_view text/html # automatically show html (mailcap uses lynx) auto_view application/pgp-encrypted #set display_filter = "tac | sed '/\\\[-- Autoview/,+1d' | tac" # Suppress autoview messages. alternative_order text/plain text/enriched text/html +set width = 80 # wordwrap when reading emails bind index,pager i noop bind index,pager g noop |