From: yamaoka Date: Thu, 6 Jan 2005 03:15:08 +0000 (+0000) Subject: Synch to No Gnus 200501060314. X-Git-Tag: t-gnus-6_17_4-quimby-~601 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=33bff8bc270bae80f5c96423b6b31bbd373e00ca;p=elisp%2Fgnus.git- Synch to No Gnus 200501060314. --- diff --git a/texi/ChangeLog b/texi/ChangeLog index 3159049..ffe6a6e 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,8 @@ +2005-01-06 Katsumi Yamaoka + + * message.texi (Reply): `message-reply-to-function' should return + a list. Suggested by ARISAWA Akihiro . + 2005-01-05 Katsumi Yamaoka * Makefile.in (.texi): Use LC_ALL instead of LANG. diff --git a/texi/message-ja.texi b/texi/message-ja.texi index 307e64f..c84d70e 100644 --- a/texi/message-ja.texi +++ b/texi/message-ja.texi @@ -162,16 +162,15 @@ Message $B$O2?=h$KJVEz$,9T$/$+$rIaDL$NJ}K!(B (@pxref{Responses}) $B$G7hDj$7$^ $B$3$N4X?t$O$=$l$,JVEz$7$h$&$H$9$k5-;v$N%X%C%@!l9g$O!"$=$l$>$l$NMWAG(B -$B$O(B cons $B%;%k$G$"$k$Y$-$G!"$=$l$N(B @sc{car} $B$O%X%C%@!<$NL>(B -$BA0(B ($BNc(B @code{Cc}) $B$G!"(B@sc{cdr} $B$,%X%C%@!<$N(B -$BCM(B ($BNc(B @samp{larsi@@ifi.uio.no}) $B$G$"$k$Y$-$G$9!#$9$Y$F$N$3$l$i$N%X%C%@!<(B -$B$O=P$F9T$/%a!<%k$N%X%C%@!<$KA^F~$5$l$^$9!#(B +$B$4Mw$NDL$j!"$3$N4X?t$O%j%9%H$rJV$5$J$1$l$P$J$j$^$;$s!#$3$N>l9g!"(BTo $B%X%C(B +$B%@!<$,$=$&$J$k$Y$-$@$HH=CG$5$l$l$P(B @code{((To . "Whom"))} $B$rJV$7$^$9!#$b(B +$B$7$=$&$G$J$1$l$P!"$=$l$O(B @code{nil} $B$rJV$9$@$1$G!"$=$&$9$l$P(B To $B%X%C%@!<(B +$B$r7hDj$9$kIaDL$NJ}K!$,;H$o$l$k$G$7$g$&!#(B + +$B%j%9%H$N$=$l$>$l$NMWAG$O(B cons $B%;%k$G!"(B@sc{car} $B$O%X%C%@!<$NL>(B +$BA0(B ($BNc(B @code{Cc})$B!"(B@sc{cdr} $B$O%X%C%@!<$N(B +$BCM(B ($BNc(B @samp{larsi@@ifi.uio.no}) $B$G$9!#$3$l$i$9$Y$F$N%X%C%@!<$O=P$F9T$/(B +$B%a!<%k$N%X%C%@!<$KA^F~$5$l$^$9!#(B @node Wide Reply @section $B9-$/JVEz(B diff --git a/texi/message.texi b/texi/message.texi index 263cc34..6851e41 100644 --- a/texi/message.texi +++ b/texi/message.texi @@ -146,16 +146,15 @@ If you want the replies to go to the @code{Sender} instead of the This function will be called narrowed to the head of the article that is being replied to. -As you can see, this function should return a string if it has an -opinion as to what the To header should be. If it does not, it should -just return @code{nil}, and the normal methods for determining the To -header will be used. - -This function can also return a list. In that case, each list element -should be a cons, where the @sc{car} should be the name of a header -(e.g. @code{Cc}) and the @sc{cdr} should be the header value -(e.g. @samp{larsi@@ifi.uio.no}). All these headers will be inserted into -the head of the outgoing mail. +As you can see, this function should return a list. In this case, it +returns @code{((To . "Whom"))} if it has an opinion as to what the To +header should be. If it does not, it should just return @code{nil}, and +the normal methods for determining the To header will be used. + +Each list element should be a cons, where the @sc{car} should be the +name of a header (e.g. @code{Cc}) and the @sc{cdr} should be the header +value (e.g. @samp{larsi@@ifi.uio.no}). All these headers will be +inserted into the head of the outgoing mail. @node Wide Reply