mutt-wizard

fork of Luke Smiths mutt-wizard
git clone git://git.jakekoroman.com/mutt-wizard
Log | Files | Refs | README | LICENSE

commit ab11cd83229325b8b86d4ed46d5b7b1b4795b460
parent 12664a3f596b347b98ad33e5ff911f8396d5dedc
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Wed, 28 Oct 2020 10:26:15 -0400

suppress autoview messages

Diffstat:
Mshare/mutt-wizard.muttrc | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc @@ -22,8 +22,9 @@ set forward_quote # include message in forwards set reverse_name # reply as whomever it was to 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 w3m) +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 bind index,pager i noop bind index,pager g noop