diff options
author | Luke Smith <luke@lukesmith.xyz> | 2021-01-07 18:31:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-07 18:31:42 -0500 |
commit | 4742f9d6b0f5c27f9bef2d916266960b0cbc214e (patch) | |
tree | 09ddfd1fd5bfe4a2defe3eafe87141c9fea34732 /share/mutt-wizard.muttrc | |
parent | 44c70edd8175acb1a0d717c32e4048265c65cb8a (diff) | |
parent | 8b9f8c1c384c3e148cdd832047156d2bedda517e (diff) |
Merge branch 'master' into patch-1
Diffstat (limited to 'share/mutt-wizard.muttrc')
-rw-r--r-- | share/mutt-wizard.muttrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc index f40063d..2cb7c8e 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 +set mailcap_path = /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)" @@ -25,7 +25,7 @@ set include # include message in replies set mail_check=60 # to avoid lags using IMAP with some email providers (yahoo for example) 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. +#set display_filter = "tac | sed '/\\\[-- Autoview/,+1d' | tac" # Suppress autoview messages. alternative_order text/plain text/enriched text/html bind index,pager i noop bind index,pager g noop |