]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-ignored-headers): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Mon, 5 Apr 1999 06:56:50 +0000 (06:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 5 Apr 1999 06:56:50 +0000 (06:56 +0000)
lisp/mail/rmail.el

index a0e339527168959bdb2df1f071ba3f4c266a7257..e5a61a2e1975f19ef3f0c39dbb5f0f9d39ed470c 100644 (file)
@@ -139,7 +139,13 @@ It is useful to set this variable in the site customization file.")
 
 ;;;###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)