aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/gnus.texi15
1 files changed, 10 insertions, 5 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 80c1cc2ef03..a25d7c540f3 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -2880,12 +2880,17 @@ news group.
2880@item gcc-self 2880@item gcc-self
2881@cindex gcc-self 2881@cindex gcc-self
2882If @code{(gcc-self . t)} is present in the group parameter list, newly 2882If @code{(gcc-self . t)} is present in the group parameter list, newly
2883composed messages will be @code{Gcc}'d to the current group. If 2883composed messages will be @code{gcc}d to the current group. If
2884@code{(gcc-self . none)} is present, no @code{Gcc:} header will be 2884@code{(gcc-self . none)} is present, no @code{Gcc:} header will be
2885generated, if @code{(gcc-self . "string")} is present, this string will 2885generated, if @code{(gcc-self . "group")} is present, this string will
2886be inserted literally as a @code{gcc} header. This parameter takes 2886be inserted literally as a @code{Gcc:} header. It should be a group
2887precedence over any default @code{Gcc} rules as described later 2887name. The @code{gcc-self} value may also be a list of strings and
2888(@pxref{Archived Messages}), with the exception for messages to resend. 2888@code{t}, e.g., @code{(gcc-self "group1" "group2" t)} means to
2889@code{gcc} the newly composed message into the groups @code{"group1"}
2890and @code{"group2"}, and into the current group. The @code{gcc-self}
2891parameter takes precedence over any default @code{Gcc} rules as
2892described later (@pxref{Archived Messages}), with the exception for
2893messages to resend.
2889 2894
2890@strong{Caveat}: Adding @code{(gcc-self . t)} to the parameter list of 2895@strong{Caveat}: Adding @code{(gcc-self . t)} to the parameter list of
2891@code{nntp} groups (or the like) isn't valid. An @code{nntp} server 2896@code{nntp} groups (or the like) isn't valid. An @code{nntp} server