(Reply): Fixed the sample of message-reply-to-function.
authorari <ari>
Thu, 6 Jan 2005 00:50:47 +0000 (00:50 +0000)
committerari <ari>
Thu, 6 Jan 2005 00:50:47 +0000 (00:50 +0000)
texi/message-ja.texi

index 50644bf..add6697 100644 (file)
@@ -190,8 +190,8 @@ Message \e$B$O2?=h$KJVEz$,9T$/$+$rIaDL$NJ}K!\e(B (@pxref{Responses}) \e$B$G7hDj$7$^
 @lisp
 (setq message-reply-to-function
       (lambda ()
-       (cond ((equal (mail-fecth-field "from") "somebody")
-               (mail-fetch-field "sender"))
+       (cond ((equal (mail-fetch-field "from") "somebody")
+               (list (cons 'To (mail-fetch-field "sender"))))
              (t
               nil))))
 @end lisp