Mercurial > emacs
comparison lisp/mail/rmail.el @ 15878:315c7d1ae3f4
(rmail-ignored-headers): Hide X-char* and X-face, but not Sender.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 17 Aug 1996 07:20:46 +0000 |
parents | 48c181ba52a8 |
children | 79dba775070d |
comparison
equal
deleted
inserted
replaced
15877:33e652659075 | 15878:315c7d1ae3f4 |
---|---|
72 `rmail-dont-reply-to-names' explicitly. (The other part of the default | 72 `rmail-dont-reply-to-names' explicitly. (The other part of the default |
73 value is the user's name.) | 73 value is the user's name.) |
74 It is useful to set this variable in the site customization file.") | 74 It is useful to set this variable in the site customization file.") |
75 | 75 |
76 ;;;###autoload | 76 ;;;###autoload |
77 (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:") | 77 (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:") |
78 "*Regexp to match Header fields that Rmail should normally hide.") | 78 "*Regexp to match header fields that Rmail should normally hide.") |
79 | 79 |
80 ;;;###autoload | 80 ;;;###autoload |
81 (defvar rmail-displayed-headers nil | 81 (defvar rmail-displayed-headers nil |
82 "*Regexp to match Header fields that Rmail should display. | 82 "*Regexp to match Header fields that Rmail should display. |
83 If nil, display all header fields except those matched by | 83 If nil, display all header fields except those matched by |