# HG changeset patch # User Richard M. Stallman # Date 923295410 0 # Node ID 9bd33c9d9a4e14c77a77bce0752c012004b64c78 # Parent 6f4ae209bbac6e87711b80221830be4502074822 (rmail-ignored-headers): Doc fix. diff -r 6f4ae209bbac -r 9bd33c9d9a4e lisp/mail/rmail.el --- a/lisp/mail/rmail.el Mon Apr 05 06:47:41 1999 +0000 +++ b/lisp/mail/rmail.el Mon Apr 05 06:56:50 1999 +0000 @@ -139,7 +139,13 @@ ;;;###autoload (defcustom rmail-ignored-headers "^via:\\|^mail-from:\\|^origin:\\|^references:\\|^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:\\|^delivered-to:\\|^lines:\\|^mime-version:\\|^content-transfer-encoding:\\|^x-coding-system:\\|^return-path:\\|^errors-to:\\|^return-receipt-to:\\|^x-attribution:\\|^x-disclaimer:" - "*Regexp to match header fields that Rmail should normally hide." + "*Regexp to match header fields that Rmail should normally hide. +This variable is used for reformatting the message header, +which normally happens once for each message, +when you view the message for the first time in Rmail. +To make a change in this variable take effect +for a message that you have already viewed, +go to that message and type \\[rmail-toggle-header] twice." :type 'regexp :group 'rmail-headers)