aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-09-12 15:57:26 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-09-12 15:57:26 +1200
commit9ce45df908298015a956845c05cac0ab845f7a1c (patch)
treea088bc737d0c3db2c66bf2e65ec13bd114211bdd
parentAdd settings for undofileskip.vim (diff)
downloaddotfiles-9ce45df908298015a956845c05cac0ab845f7a1c.tar.gz
dotfiles-9ce45df908298015a956845c05cac0ab845f7a1c.zip
Show "List-Archive:" and "X-List-Archive:" headers
-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.