diff options
| author | Eric Abrahamsen | 2023-12-08 09:39:58 -0800 |
|---|---|---|
| committer | Eric Abrahamsen | 2023-12-12 10:01:31 -0800 |
| commit | 75fd7550ed6cede6c9e8224f1f2d62637c43fdd4 (patch) | |
| tree | eb2c3569390edeedb784525b79a8c83230718583 /doc/misc | |
| parent | 67654fe96577823e6fcbd3e88b9779653f8b6201 (diff) | |
| download | emacs-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.texi | 26 |
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} |
| 5870 | Forward the current article to some other person | 5870 | Forward 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 |
| 5872 | is forwarded according to the value of (@code{message-forward-as-mime}) | 5872 | message is forwarded according to the value of |
| 5873 | and (@code{message-forward-show-mml}); if the prefix is 1, decode the | 5873 | (@code{message-forward-as-mime}) and |
| 5874 | message and forward directly inline; if the prefix is 2, forward message | 5874 | (@code{message-forward-show-mml}); if the prefix is 1, decode the |
| 5875 | as an rfc822 @acronym{MIME} section; if the prefix is 3, decode message and | 5875 | message and forward directly inline; if the prefix is 2, forward |
| 5876 | forward as an rfc822 @acronym{MIME} section; if the prefix is 4, forward message | 5876 | message as an rfc822 @acronym{MIME} section; if the prefix is 3, |
| 5877 | directly inline; otherwise, the message is forwarded as no prefix given | 5877 | decode message and forward as an rfc822 @acronym{MIME} section; if the |
| 5878 | but use the flipped value of (@code{message-forward-as-mime}). By | 5878 | prefix is 4, forward message directly inline; otherwise, the message |
| 5879 | default, the forwarded message is inlined into the mail. | 5879 | is forwarded as no prefix given but use the negated value of |
| 5880 | (@code{message-forward-as-mime}). By default, the forwarded message | ||
| 5881 | is inlined into the mail. | ||
| 5882 | |||
| 5883 | Which headers from the original message are included in the forwarded | ||
| 5884 | message is determined by options specific to @code{message-mode}, | ||
| 5885 | @pxref{Forwarding,,, message}. In addition, this command can be given | ||
| 5886 | the symbolic prefix @samp{a}, using @kbd{M-i a}, to include most original | ||
| 5887 | headers. | ||
| 5880 | 5888 | ||
| 5881 | @item S m | 5889 | @item S m |
| 5882 | @itemx m | 5890 | @itemx m |