aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorEric Abrahamsen2023-12-08 09:39:58 -0800
committerEric Abrahamsen2023-12-12 10:01:31 -0800
commit75fd7550ed6cede6c9e8224f1f2d62637c43fdd4 (patch)
treeeb2c3569390edeedb784525b79a8c83230718583 /doc/misc
parent67654fe96577823e6fcbd3e88b9779653f8b6201 (diff)
downloademacs-75fd7550ed6cede6c9e8224f1f2d62637c43fdd4.tar.gz
emacs-75fd7550ed6cede6c9e8224f1f2d62637c43fdd4.zip
Provide option to forward Gnus messages with all (most) headers
Bug#67520 * lisp/gnus/gnus-msg.el (gnus-summary-mail-forward): Accept symbolic prefix to let-bind message-forward-included-headers to nil, which will include most original message headers in the forwarded copy. (gnus-summary-post-forward): Corresponding arglist update.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/gnus.texi26
1 files changed, 17 insertions, 9 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 586e4b94ba1..ead5954a96e 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -5868,15 +5868,23 @@ original message but ignore the @code{Reply-To} field
5868@findex gnus-summary-mail-forward 5868@findex gnus-summary-mail-forward
5869@c @icon{gnus-summary-mail-forward} 5869@c @icon{gnus-summary-mail-forward}
5870Forward the current article to some other person 5870Forward the current article to some other person
5871(@code{gnus-summary-mail-forward}). If no prefix is given, the message 5871(@code{gnus-summary-mail-forward}). If no prefix is given, the
5872is forwarded according to the value of (@code{message-forward-as-mime}) 5872message is forwarded according to the value of
5873and (@code{message-forward-show-mml}); if the prefix is 1, decode the 5873(@code{message-forward-as-mime}) and
5874message and forward directly inline; if the prefix is 2, forward message 5874(@code{message-forward-show-mml}); if the prefix is 1, decode the
5875as an rfc822 @acronym{MIME} section; if the prefix is 3, decode message and 5875message and forward directly inline; if the prefix is 2, forward
5876forward as an rfc822 @acronym{MIME} section; if the prefix is 4, forward message 5876message as an rfc822 @acronym{MIME} section; if the prefix is 3,
5877directly inline; otherwise, the message is forwarded as no prefix given 5877decode message and forward as an rfc822 @acronym{MIME} section; if the
5878but use the flipped value of (@code{message-forward-as-mime}). By 5878prefix is 4, forward message directly inline; otherwise, the message
5879default, the forwarded message is inlined into the mail. 5879is forwarded as no prefix given but use the negated value of
5880(@code{message-forward-as-mime}). By default, the forwarded message
5881is inlined into the mail.
5882
5883Which headers from the original message are included in the forwarded
5884message is determined by options specific to @code{message-mode},
5885@pxref{Forwarding,,, message}. In addition, this command can be given
5886the symbolic prefix @samp{a}, using @kbd{M-i a}, to include most original
5887headers.
5880 5888
5881@item S m 5889@item S m
5882@itemx m 5890@itemx m