summaryrefslogtreecommitdiff
path: root/share/mutt-wizard.muttrc
diff options
context:
space:
mode:
Diffstat (limited to 'share/mutt-wizard.muttrc')
-rw-r--r--share/mutt-wizard.muttrc10
1 files changed, 8 insertions, 2 deletions
diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc
index c145614..bdbff7a 100644
--- a/share/mutt-wizard.muttrc
+++ b/share/mutt-wizard.muttrc
@@ -7,7 +7,7 @@ set send_charset="us-ascii:utf-8"
set mailcap_path = $HOME/.config/mutt/mailcap:/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)"
+set index_format="%2C %<H?[%H]> %Z %?X?A& ? %D %-15.15F %s (%-4.4c)"
set sort = 'reverse-date'
set smtp_authenticators = 'gssapi:login'
set query_command = "abook --datafile ~/.config/abook/addressbook --mutt-query '%s'"
@@ -25,11 +25,17 @@ 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 lynx)
auto_view application/pgp-encrypted
+auto_view text/* application/* image/* audio/*
+
#set display_filter = "tac | sed '/\\\[-- Autoview/,+1d' | tac" # Suppress autoview messages.
alternative_order text/plain text/enriched text/html
+# spam
+spam "X-Spam-Status: Yes" "90+/SA"
+spam "X-Spam-Score: ([0-9\\.]+).*" "SA: %1"
+set pager_format = "%C/%m %Z %[%H:%M] %.20v, %s%* %?H? [%H] ? (%P)"
+
bind index,pager i noop
bind index,pager g noop
bind index \Cf noop