From a3cea38a355c42af94a8328bd807a162883b0547 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 26 Aug 2015 16:48:21 +0300 Subject: Mutt tweaks --- mutt/muttrc-common | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'mutt') diff --git a/mutt/muttrc-common b/mutt/muttrc-common index 5d63bf0..b275c68 100644 --- a/mutt/muttrc-common +++ b/mutt/muttrc-common @@ -1,7 +1,9 @@ -ignore x-mailer x-url user-agent -unignore reply-to +# Mail headers shown when showing a message. +ignore * unhdr_order * -hdr_order from reply-to date to cc subject +hdr_order from reply-to date to cc subject list-id +unignore from reply-to date to cc subject list-id + set pgp_use_gpg_agent=yes set pgp_sort_keys=reverse-date @@ -20,7 +22,8 @@ set reply_self=yes set markers=no -#set implicit_autoview=yes +auto_view text/html +alternative_order text/html text/plain text/enriched set check_new=yes @@ -33,3 +36,12 @@ set quote_regexp="^>" set editor="$HOME/liw-dot-files/mutt/mutt-editor" set timeout=30 + + +# Key bindings. + +## In the index view (list of messages), disable 'q'. I don't want to +## accidentally quit mutt (and lose any cached passwords). Instead, +## quit by esc-q. +bind index q noop +bind index q exit -- cgit v1.2.1