From f99db0af0db47e908261b00107eb8f1e86fb7aa4 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Wed, 16 Feb 2000 17:29:33 +0000 Subject: [PATCH] Fix mail-followup-to generation. --- send.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/send.c b/send.c index 631405af..f9402b49 100644 --- 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); -- 2.40.0