aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mutt/muttrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/mutt/muttrc b/mutt/muttrc
index 2f0fe0df..328c361f 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -186,6 +186,11 @@ my_hdr OpenPGP: id=$pgp_default_key\; \
preference=signencrypt\; \
url=https://keys.openpgp.org/vks/v1/by-fingerprint/$pgp_default_key
+# 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.