aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/mutt/muttrc
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.config/mutt/muttrc')
-rw-r--r--dotfiles/.config/mutt/muttrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/.config/mutt/muttrc b/dotfiles/.config/mutt/muttrc
index 61fa2e6..016dc68 100644
--- a/dotfiles/.config/mutt/muttrc
+++ b/dotfiles/.config/mutt/muttrc
@@ -20,6 +20,7 @@ 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)
+unignore x-spam-status
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.