From f14055b17bbc1b7ea2a52eaf964d81ef50d4c616 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 17 Aug 1996 07:20:46 +0000 Subject: [PATCH] (rmail-ignored-headers): Hide X-char* and X-face, but not Sender. --- lisp/mail/rmail.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 023531d3e7e..329a74cfa77 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -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 -- 2.39.2