diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-08-23 16:33:18 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-08-23 16:33:18 +0000 |
commit | 8c2f974f3741bf39ecca355cd843834dcec4370d (patch) | |
tree | 6390a229263d61c2f04aea65fb40f1c42f05315f /lisp/mail | |
parent | 0b2f1c85c612add5191acf12b7ea2feca09ddc59 (diff) | |
download | emacs-8c2f974f3741bf39ecca355cd843834dcec4370d.tar.gz |
(rmail-ignored-headers): Split string constant into lines.
Diffstat (limited to 'lisp/mail')
-rw-r--r-- | lisp/mail/rmail.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index c0c823a7c2b..c0a3a22002f 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -67,8 +67,10 @@ 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:\\|^message-id:\\|^summary-line:" "\ -*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:\\|^message-id:\\|^summary-line:" + "*Regexp to match Header fields that Rmail should normally hide.") ;;;###autoload (defvar rmail-highlighted-headers "^From:\\|^Subject:" "\ |