Explain what happens when group names mentioned in
authorKai Grossjohann <kgrossjo@eu.uu.net>
Mon, 30 Oct 2000 09:28:40 +0000 (09:28 +0000)
committerKai Grossjohann <kgrossjo@eu.uu.net>
Mon, 30 Oct 2000 09:28:40 +0000 (09:28 +0000)
`gnus-message-archive-group' contain a select method.

texi/ChangeLog
texi/gnus.texi

index b3407e3..efd58bf 100644 (file)
@@ -1,3 +1,9 @@
+2000-10-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * gnus.texi (Archived Messages): Explain what happens when group
+       names mentioned in `gnus-message-archive-group' contain a select
+       method. 
+
 2000-10-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * gnus.texi (Group Levels): Explain meaning of subscribed,
index fb8c3b0..2d7ddd4 100644 (file)
@@ -9706,6 +9706,16 @@ This variable can be used to do the following:
 @itemize @bullet
 @item a string
 Messages will be saved in that group.
+
+Note that you can include a select method in the group name, then the
+message will not be stored in the select method given by
+@code{gnus-message-archive-method}, but in the select method specified
+by the group name, instead.  Suppose @code{gnus-message-archive-method}
+has the default value shown above.  Then setting
+@code{gnus-message-archive-group} to @code{"foo"} means that outgoing
+messages are stored in @samp{nnfolder+archive:foo}, but if you use the
+value @code{"nnml:foo"}, then outgoing messages will be stored in
+@samp{nnml:foo}.
 @item a list of strings
 Messages will be saved in all those groups.
 @item an alist of regexps, functions and forms