* lisp/mail/rmail.el (rmail-ignored-headers): Add 3 headers to ignore.

Copyright-paperwork-exempt: yes.
This commit is contained in:
Alfred M. Szmidt 2017-05-12 11:44:07 +03:00 committed by Eli Zaretskii
parent 27cef30c2b
commit e5c71dcaf7

View 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.