]> granicus.if.org Git - mutt/commitdiff
Fix mail-followup-to generation.
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 16 Feb 2000 17:29:33 +0000 (17:29 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 16 Feb 2000 17:29:33 +0000 (17:29 +0000)
send.c

diff --git a/send.c b/send.c
index 631405af9085cd8ed065eb6d2e490dc28338b1bb..f9402b49c892aa6ef12492044854e491c6ead9b0 100644 (file)
--- a/send.c
+++ b/send.c
@@ -819,7 +819,7 @@ void mutt_set_followup_to (ENVELOPE *e)
      * but makes sure list-reply has the desired effect.
      */
 
-    if (e->mail_followup_to && mutt_is_list_recipient (0, e->to, e->cc))
+    if (e->mail_followup_to && !mutt_is_list_recipient (0, e->to, e->cc))
     {
       if (e->from)
        from = rfc822_cpy_adr (e->from);