[gnus git] branch master updated: m0-1-99-gff13010 =1= gnus.texi (Archived Messages): Document gnus-gcc-self-resent-messages.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via ff13010974eb5ab58a1e2b4d3b57af35bb5685b0 (commit)
from f6c143aaed9dabcab84ea1aebbad8498dc6a3630 (commit)
- Log -----------------------------------------------------------------
commit ff13010974eb5ab58a1e2b4d3b57af35bb5685b0
Author: Katsumi Yamaoka <[email protected]>
Date: Wed Feb 8 01:48:05 2012 +0000
gnus.texi (Archived Messages): Document gnus-gcc-self-resent-messages.
diff --git a/texi/ChangeLog b/texi/ChangeLog
index 4af56cf..6894461 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,7 @@
+2012-02-08 Katsumi Yamaoka <[email protected]>
+
+ * gnus.texi (Archived Messages): Document gnus-gcc-self-resent-messages.
+
2012-02-06 Lars Ingebrigtsen <[email protected]>
* message.texi (Mail Variables): Mention the optional user parameter
diff --git a/texi/gnus.texi b/texi/gnus.texi
index ab30503..fb1f539 100644
--- a/texi/gnus.texi
+++ b/texi/gnus.texi
@@ -2885,7 +2885,7 @@ composed messages will be @code{Gcc}'d to the current group. If
generated, if @code{(gcc-self . "string")} is present, this string will
be inserted literally as a @code{gcc} header. This parameter takes
precedence over any default @code{Gcc} rules as described later
-(@pxref{Archived Messages}).
+(@pxref{Archived Messages}), with the exception for messages to resend.
@strong{Caveat}: Adding @code{(gcc-self . t)} to the parameter list of
@code{nntp} groups (or the like) isn't valid. An @code{nntp} server
@@ -12671,6 +12671,22 @@ and matches the Gcc group name, attach files as external parts; if it is
non-@code{nil}, the behavior is the same as @code{all}, but it may be
changed in the future.
+@item gnus-gcc-self-resent-messages
+@vindex gnus-gcc-self-resent-messages
+Like the @code{gcc-self} group parameter, applied only for unmodified
+messages that @code{gnus-summary-resend-message} (@pxref{Summary Mail
+Commands}) resends. Non-@code{nil} value of this variable takes
+precedence over any existing @code{Gcc} header.
+
+If this is @code{none}, no @code{Gcc} copy will be made. If this is
+@code{t}, messages resent will be @code{Gcc} copied to the current
+group. If this is a string, it specifies a group to which resent
+messages will be @code{Gcc} copied. If this is @code{nil}, @code{Gcc}
+will be done according to existing @code{Gcc} header(s), if any. If
+this is @code{no-gcc-self}, that is the default, resent messages will be
+@code{Gcc} copied to groups that existing @code{Gcc} header specifies,
+except for the current group.
+
@end table
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
texi/ChangeLog | 4 ++++
texi/gnus.texi | 18 +++++++++++++++++-
2 files changed, 21 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project