From 721d7d5e2574b7d19c9b2527cf15caf8b666caf9 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 30 Oct 2000 12:16:57 +0000 Subject: [PATCH] Synch with Gnus. --- texi/ChangeLog | 6 ++++++ texi/gnus-ja.texi | 11 +++++++++++ texi/gnus.texi | 10 ++++++++++ 3 files changed, 27 insertions(+) diff --git a/texi/ChangeLog b/texi/ChangeLog index b3407e3..efd58bf 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,9 @@ +2000-10-30 Kai Gro,A_(Bjohann + + * 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,A_(Bjohann * gnus.texi (Group Levels): Explain meaning of subscribed, diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index 6551404..9bf8cac 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -9223,6 +9223,17 @@ Gnus $B$O30$X=P$F9T$/A4$F$N%a%C%;!<%8$K!"0l$D$+$=$l0J>e$N$=$N%5!<%P!<$N%0(B @itemize @bullet @item $BJ8;zNs(B $B%a%C%;!<%8$O$=$N%0%k!<%W$KJ]B8$5$l$^$9!#(B + +$B$"$J$?$O%0%k!<%WL>$KA*BrJ}K!$r4^$a$k$3$H$,$G$-$^$9$,!"$=$&$9$k$H$=$N%a%C(B +$B%;!<%8$O(B @code{gnus-message-archive-method} $B$G;XDj$7$?A*BrJ}K!$G$O$J$/$F!"(B +$BBe$o$j$K%0%k!<%WL>$NA*BrJ}K!$GJ]B8$5$l$k$3$H$KCm0U$7$^$7$g$&!#>e$K<($7$?(B +$B$h$&$K(B @code{gnus-message-archive-method} $B$O!"%G%#%U%)%k%HCM$r;}$D$b$N$G(B +$B$"$k$H9M$($F2<$5$$!#$G$9$+(B +$B$i(B @code{gnus-message-archive-group} $B$r(B @code{"foo"} $B$K$7$F$*$1$P!"30$X(B +$B=P$F9T$/%a%C%;!<%8$O(B @samp{nnfolder+archive:foo} $B$KJ]B8$5$l$^$9$,!"$b$7(B +$B$"$J$?$,(B @code{"nnml:foo"} $B$H$$$&CM$r;H$&$H!"(B@samp{nnml:foo} $B$KJ]B8$5$l(B +$B$^$9!#(B +@samp{nnml:foo}. @item $BJ8;zNs$N%j%9%H(B $B%a%C%;!<%8$O$=$l$i$NA4$F$N%0%k!<%W$KJ]B8$5$l$^$9!#(B @item $B@55,I=8=!"4X?t!"MM<0$NO"A[%j%9%H(B diff --git a/texi/gnus.texi b/texi/gnus.texi index 9f4584c..641d9bb 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -9665,6 +9665,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 -- 1.7.10.4