aboutsummaryrefslogtreecommitdiff
path: root/mutt/muttrc
diff options
context:
space:
mode:
Diffstat (limited to 'mutt/muttrc')
-rw-r--r--mutt/muttrc15
1 files changed, 14 insertions, 1 deletions
diff --git a/mutt/muttrc b/mutt/muttrc
index 1dcd810b..504ce9a9 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -6,7 +6,7 @@
# reflects the usual way I refer to attachments.
#
set abort_noattach = ask-no
-set abort_noattach_regexp = "attached is|(find|i've|see) attached"
+set abort_noattach_regexp = "attached (are|is)|(find|i have|i've|see) attached"
# Don't assume I don't want to continue editing a message if I didn't change
# anything to it; if I want to send a message with just my signature, that's my
@@ -186,6 +186,19 @@ my_hdr OpenPGP: id=$pgp_default_key\; \
preference=signencrypt\; \
url=https://keys.openpgp.org/vks/v1/by-fingerprint/$pgp_default_key
+# Reset whatever ignore/unignore settings we've been passed by the system
+# config, and use our own basic set, excluding User-Agent and other generally
+# uninteresting fields.
+#
+ignore *
+unignore date: from: to: cc: subject:
+
+# Also show List-Archive and X-List-Archive headers, both to show the source
+# list, and to provide me with a web link to it to pass on to anyone
+# interested.
+#
+unignore list-archive: x-list-archive:
+
# Because I (personally) never want to encrypt mail without signing it, add in
# a hook for sending or changing a message that forces a signature if it's
# encrypted but not signed. This may not suit anyone else reading.