(gnus-summary-mail-forward): Doc fix: add pointer to
authorKai Grossjohann <kgrossjo@eu.uu.net>
Fri, 26 Oct 2001 07:21:48 +0000 (07:21 +0000)
committerKai Grossjohann <kgrossjo@eu.uu.net>
Fri, 26 Oct 2001 07:21:48 +0000 (07:21 +0000)
variable `message-forward-ignored-headers'.

lisp/ChangeLog
lisp/gnus-msg.el

index a6e41a0..4553d13 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
+       variable `message-forward-ignored-headers'.
+
 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
 
        * gnus.el (gnus-expand-group-parameter): New function.
index b6f86ea..ac32c3f 100644 (file)
@@ -871,7 +871,9 @@ if ARG is 2, forward message as an rfc822 MIME section;
 if ARG is 3, decode message and forward as an rfc822 MIME section;
 if ARG is 4, forward message directly inline;
 otherwise, use flipped `message-forward-as-mime'.
-If POST, post instead of mail."
+If POST, post instead of mail.
+For the `inline' alternatives, also see the variable
+`message-forward-ignored-headers'."
   (interactive "P")
   (let ((message-forward-as-mime message-forward-as-mime)
        (message-forward-show-mml message-forward-show-mml))