]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-ignored-headers): Add Delivered-to: header.
authorRichard M. Stallman <rms@gnu.org>
Mon, 3 Feb 1997 06:55:50 +0000 (06:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 3 Feb 1997 06:55:50 +0000 (06:55 +0000)
lisp/mail/rmail.el

index 67e6633eb19a7cf9e8df658b0a3cc599f3352128..10dc8e70eb26e97c0696f356b98bc3dd576207bc 100644 (file)
@@ -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