]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/mail/rmail.el (rmail-ignored-headers): Add 3 headers to ignore.
authorAlfred M. Szmidt <ams@gnu.org>
Fri, 12 May 2017 08:44:07 +0000 (11:44 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 12 May 2017 08:44:07 +0000 (11:44 +0300)
Copyright-paperwork-exempt: yes.

lisp/mail/rmail.el

index 209b5a7140b563d4ffe1190817c8f047417e4fdc..df07140d87be4e2b5249cc506651d26a3244986c 100644 (file)
@@ -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.