From 24ff6e06b36286cf6e7cb581477258164fb45f69 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 16 Aug 1996 19:09:34 +0000 Subject: [PATCH] (rmail-ignored-headers): Ignore Path:, Sender:, X-mailer:. --- lisp/mail/rmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 8f6e86d6f0a..023531d3e7e 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -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 -- 2.39.2