summaryrefslogtreecommitdiff
path: root/lisp/mail
diff options
context:
space:
mode:
authorAlfred M. Szmidt <ams@gnu.org>2017-05-12 11:44:07 +0300
committerEli Zaretskii <eliz@gnu.org>2017-05-12 11:44:07 +0300
commite5c71dcaf7481cd5f19706e6bea3361f5c1a83e7 (patch)
treef1bfe9b0484a309889cb95254d6750f94424d3c1 /lisp/mail
parent27cef30c2bff44a76cf5c3da51de625f4de8112d (diff)
downloademacs-e5c71dcaf7481cd5f19706e6bea3361f5c1a83e7.tar.gz
* lisp/mail/rmail.el (rmail-ignored-headers): Add 3 headers to ignore.
Copyright-paperwork-exempt: yes.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/rmail.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 209b5a7140b..df07140d87b 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -363,6 +363,9 @@ explicitly.")
"\\|^importance:\\|^envelope-to:\\|^delivery-date\\|^openpgp:"
"\\|^mbox-line:\\|^cancel-lock:"
"\\|^DomainKey-Signature:\\|^dkim-signature:"
+ "\\|^ARC-.*:"
+ "\\|^Received-SPF:"
+ "\\|^Authentication-Results:"
"\\|^resent-face:\\|^resent-x.*:\\|^resent-organization:\\|^resent-openpgp:"
"\\|^x-.*:"))
"Regexp to match header fields that Rmail should normally hide.