projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27cef30
)
* lisp/mail/rmail.el (rmail-ignored-headers): Add 3 headers to ignore.
author
Alfred M. Szmidt
<ams@gnu.org>
Fri, 12 May 2017 08:44:07 +0000
(11:44 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 12 May 2017 08:44:07 +0000
(11:44 +0300)
Copyright-paperwork-exempt: yes.
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index 209b5a7140b563d4ffe1190817c8f047417e4fdc..df07140d87be4e2b5249cc506651d26a3244986c 100644
(file)
--- 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.