diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-10-28 10:26:15 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2020-10-28 10:26:15 -0400 |
commit | ab11cd83229325b8b86d4ed46d5b7b1b4795b460 (patch) | |
tree | 7f319ab909c00dfaf8a8a089fb56954794494086 | |
parent | 12664a3f596b347b98ad33e5ff911f8396d5dedc (diff) |
suppress autoview messages
-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 de169db..a7aa26a 100644 --- 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 |