aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTassilo Horn2014-07-31 13:11:41 +0000
committerKatsumi Yamaoka2014-07-31 13:11:41 +0000
commitdef546a8b82f60478c780bf3cbdbceedcf7a2ccd (patch)
treedf57cac397f55ed6ceaa4af2540e7f6985a074a8 /doc
parent21a7129a0b8a5c2a38c0c1b3e02b0e3f813cfa7e (diff)
downloademacs-def546a8b82f60478c780bf3cbdbceedcf7a2ccd.tar.gz
emacs-def546a8b82f60478c780bf3cbdbceedcf7a2ccd.zip
[Gnus] Allow list-valued gcc-self group params
* lisp/gnus/gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of groups and t. * doc/misc/gnus.texi (Group Parameters): Document that `gcc-self' may also be a list.
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