]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-ignored-headers): Hide X-char* and X-face, but not Sender.
authorRichard M. Stallman <rms@gnu.org>
Sat, 17 Aug 1996 07:20:46 +0000 (07:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 17 Aug 1996 07:20:46 +0000 (07:20 +0000)
lisp/mail/rmail.el

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