diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-09-16 12:27:11 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-09-16 12:27:11 +0300 |
commit | 376d68b0443a60a237e9e35462781a2ff504c7ac (patch) | |
tree | ea6457f797e35ea7288ee63c4301678c90247aa4 /dotfiles/.config/mutt | |
parent | 86d08f80c0f9a8159139e29c070a87e55469fbc8 (diff) | |
download | swayrice-376d68b0443a60a237e9e35462781a2ff504c7ac.tar.gz swayrice-376d68b0443a60a237e9e35462781a2ff504c7ac.zip |
Config cleaning
* Removed unused stuff.
* Script for updating hosts file with latest unwanted domains.
* Other slight changes.
Diffstat (limited to 'dotfiles/.config/mutt')
-rw-r--r-- | dotfiles/.config/mutt/muttrc | 1 |
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. |