fix.
[gnus] / texi / message.texi
index 9eb6471..91574d9 100644 (file)
@@ -152,7 +152,7 @@ If you want the replies to go to the @code{Sender} instead of the
 (setq message-reply-to-function
       (lambda ()
        (cond ((equal (mail-fetch-field "from") "somebody")
-               (cons 'To (mail-fetch-field "sender")))
+               (list (cons 'To (mail-fetch-field "sender"))))
              (t
               nil))))
 @end lisp