aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1994-12-14 19:59:12 +0000
committerRichard M. Stallman1994-12-14 19:59:12 +0000
commitb448bfa0285ae8bdbe427b6e2d1dbaa1c8a9535d (patch)
treeb0a483030239aadddb8356d54439ab565074e637 /lisp
parentc98da214420c9fd262e162f0e4678b1a4e1e1698 (diff)
downloademacs-b448bfa0285ae8bdbe427b6e2d1dbaa1c8a9535d.tar.gz
emacs-b448bfa0285ae8bdbe427b6e2d1dbaa1c8a9535d.zip
(rmail-ignored-headers): Delete junk from definition.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/rmail.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 3f251e6892c..506e33d0ce0 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -67,9 +67,7 @@ value is the user's name.)
67It is useful to set this variable in the site customization file.") 67It is useful to set this variable in the site customization file.")
68 68
69;;;###autoload 69;;;###autoload
70(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:" "\ 70(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:"
71^received:\\|^x400-originator:\\|^x400-recipients:\\|^x400-received:\\|\
72^x400-mts-identifier:\\|^x400-content-type:\\|^message-id:\\|^summary-line:"
73 "*Regexp to match Header fields that Rmail should normally hide.") 71 "*Regexp to match Header fields that Rmail should normally hide.")
74 72
75;;;###autoload 73;;;###autoload