From 40b1e8c5413b11fdcdaf71fca930925473a3a8ba Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 15 Dec 2003 14:47:52 +0000 Subject: [PATCH] Synch to Gnus 200312151205. --- texi/ChangeLog | 4 ++++ texi/gnus-ja.texi | 18 ++++++++++-------- texi/gnus.texi | 19 ++++++++++--------- 3 files changed, 24 insertions(+), 17 deletions(-) diff --git a/texi/ChangeLog b/texi/ChangeLog index dd92234..44d8937 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,7 @@ +2003-12-15 Jesper Harder + + * gnus.texi (Group Parameters): Clarify. + 2003-12-11 Kevin Greiner * gnus.texi (Agent Parameters): Added references in Topic and diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index 51a8e11..362814b 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -2775,9 +2775,6 @@ kiboze $B%0%k!<%W$r:n@.$7$^$9!#%W%m%s%W%H$GL>A0$H!"(Bkiboze $B%0%k!<%W$K!V4^$ $B<+F0E*$KIU2C$5$l$^$9!#(B @vindex gnus-add-to-list -$B$b$7(B @kbd{a} $B%3%^%s%I$r%a!<%k%0%k!<%W$GA0$H!"(Bkiboze $B%0%k!<%W$K!V4^$ @item subscribed @cindex subscribed @cindex Mail-Followup-To +@findex gnus-find-subscribed-addresses $B$b$7$3$N%Q%i%a!<%?$,(B @code{t} $B$K@_Dj$5$l$F$$$k$H!"(Bgnus $B$O$"$J$?$,$3$N%0(B $B%k!<%W$r(B to-address $B$H(B to-list $B%Q%i%a!<%?$N%"%I%l%9$G9XFI$7$F$$$k%a!<%j(B $B%s%0%j%9%H$G$"$k$H2rpJs$r(B gnus $B$KM?$($k$3$H$O!"$"$J$?$,$=(B $B$l$i$N%a!<%j%s%0%j%9%H$KEj9F$9$k$H$-$K@5$7$$(B Mail-Followup-To $B%X%C%@!<$r(B -$B@8@.$9$k$?$a$N(B ($B$[$s$N(B) $BBh0lJb$G$9!#MxMQ$G$-$k(B MFT $BBP1~5!G=$r40A4$K07$&(B -$B$K$O!"$3$3(B (@pxref{Mailing Lists, , Mailing Lists, message-ja, The -Message Manual}) $B$r8+$F2<$5$$!#(B +$B@8@.$9$k$?$a$N(B ($B$[$s$N(B) $BBh0lJb$G$9!#FsJbL\$O(B @file{.gnus.el} $B$K0J2<$rF~(B +$B$l$k$3$H$G$9!#(B + +@lisp +(setq message-subscribed-address-functions + '(gnus-find-subscribed-addresses)) +@end lisp -@code{gnus-find-subscribed-addresses} $B$b;2>H$7$F2<$5$$!#$3$N4X?t$O$3$N%0(B -$B%k!<%W%Q%i%a!<%?$rD>@\$K;H$$$^$9!#(B +$BMxMQ$G$-$k(B MFT $BBP1~5!G=$r40A4$K07$&$K$O!"$3$3(B (@pxref{Mailing Lists, , +Mailing Lists, message-ja, The Message Manual}) $B$r8+$F2<$5$$!#(B @item visible @cindex visible diff --git a/texi/gnus.texi b/texi/gnus.texi index 0388b22..dd25749 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -2761,10 +2761,6 @@ then a @code{to-list} group parameter will be added automatically upon sending the message if @code{gnus-add-to-list} is set to @code{t}. @vindex gnus-add-to-list -If you do an @kbd{a} command in a mail group and you don't have a -@code{to-list} group parameter, one will be added automatically upon -sending the message. - @findex gnus-mailing-list-mode @cindex mail list groups If this variable is set, @code{gnus-mailing-list-mode} is turned on when @@ -2776,16 +2772,21 @@ See also @code{gnus-parameter-to-list-alist}. @item subscribed @cindex subscribed @cindex Mail-Followup-To +@findex gnus-find-subscribed-addresses If this parameter is set to @code{t}, Gnus will consider the to-address and to-list parameters for this group as addresses of mailing lists you are subscribed to. Giving Gnus this information is (only) a first step in getting it to generate correct Mail-Followup-To -headers for your posts to these lists. @xref{Mailing Lists, ,Mailing -Lists, message, The Message Manual}, for a complete treatment of -available MFT support. +headers for your posts to these lists. The second step is to put the +following in your @file{.gnus.el} + +@lisp +(setq message-subscribed-address-functions + '(gnus-find-subscribed-addresses)) +@end lisp -See also @code{gnus-find-subscribed-addresses}, the function that -directly uses this group parameter. +@xref{Mailing Lists, ,Mailing Lists, message, The Message Manual}, for +a complete treatment of available MFT support. @item visible @cindex visible -- 1.7.10.4