summaryrefslogtreecommitdiff
path: root/mutt
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-08-26 16:48:21 +0300
committerLars Wirzenius <liw@liw.fi>2015-08-26 16:48:21 +0300
commita3cea38a355c42af94a8328bd807a162883b0547 (patch)
tree47e092f2cfe9cf7d65a65f692f7d869bd059c973 /mutt
parent77a8f481081e9014b824eeba84afdce0063a3bd5 (diff)
downloadliw-dot-files-a3cea38a355c42af94a8328bd807a162883b0547.tar.gz
Mutt tweaks
Diffstat (limited to 'mutt')
-rw-r--r--mutt/muttrc-common20
1 files changed, 16 insertions, 4 deletions
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 <esc>q exit