]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-ignored-headers): Ignore Path:, Sender:, X-mailer:.
authorRichard M. Stallman <rms@gnu.org>
Fri, 16 Aug 1996 19:09:34 +0000 (19:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 16 Aug 1996 19:09:34 +0000 (19:09 +0000)
lisp/mail/rmail.el

index 8f6e86d6f0a73471a6f6c5021c386fd6c76cd289..023531d3e7ec96a46043b063f4cec0ef01e5cfcc 100644 (file)
@@ -74,7 +74,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:"
+(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:\\|^sender:\\|^X-mailer:")
   "*Regexp to match Header fields that Rmail should normally hide.")
 
 ;;;###autoload