* lisp/mail/rmail.el (rmail-ignored-headers): Add 3 headers to ignore.
Copyright-paperwork-exempt: yes.
This commit is contained in:
parent
27cef30c2b
commit
e5c71dcaf7
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue