summaryrefslogtreecommitdiff
path: root/lisp/mail/rmail.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-02-03 06:55:50 +0000
committerRichard M. Stallman <rms@gnu.org>1997-02-03 06:55:50 +0000
commitc02d2a37f658718ff2f4e285c780d24f2089edcc (patch)
tree307bc16e30fa888803f31bd91d4f8f0a601c7e62 /lisp/mail/rmail.el
parent957dbb429f9a264de7f0c7d2b772c34753b5ad5d (diff)
downloademacs-c02d2a37f658718ff2f4e285c780d24f2089edcc.tar.gz
(rmail-ignored-headers): Add Delivered-to: header.
Diffstat (limited to 'lisp/mail/rmail.el')
-rw-r--r--lisp/mail/rmail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 67e6633eb19..10dc8e70eb2 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -78,7 +78,7 @@ value is the user's name.)
It is useful to set this variable in the site customization file.")
;;;###autoload
-(defvar rmail-ignored-headers "^via:\\|^mail-from:\\|^origin:\\|^status:\\|^received:\\|^x400-originator:\\|^x400-recipients:\\|^x400-received:\\|^x400-mts-identifier:\\|^x400-content-type:\\|^\\(resent-\\|\\)message-id:\\|^summary-line:\\|^resent-date:\\|^nntp-posting-host:\\|^path:\\|^x-char.*:\\|^x-face:\\|^x-mailer:"
+(defvar rmail-ignored-headers "^via:\\|^mail-from:\\|^origin:\\|^status:\\|^received:\\|^x400-originator:\\|^x400-recipients:\\|^x400-received:\\|^x400-mts-identifier:\\|^x400-content-type:\\|^\\(resent-\\|\\)message-id:\\|^summary-line:\\|^resent-date:\\|^nntp-posting-host:\\|^path:\\|^x-char.*:\\|^x-face:\\|^x-mailer:\\|^delivered-to:"
"*Regexp to match header fields that Rmail should normally hide.")
;;;###autoload