From: Thomas Roessler Date: Mon, 7 Apr 2003 20:08:10 +0000 (+0000) Subject: Fix #1528. X-Git-Tag: pre-type-punning-patch~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9174a6d277d055dee994b8e99c674b23061a4aa9;p=mutt Fix #1528. --- diff --git a/commands.c b/commands.c index ed1e1ce1..e4258740 100644 --- a/commands.c +++ b/commands.c @@ -280,7 +280,7 @@ void ci_bounce_message (HEADER *h, int *redraw) else strncat (prompt, "?", sizeof (prompt)); - if (query_quadoption (OPT_BOUNCE, prompt) == M_NO) + if (query_quadoption (OPT_BOUNCE, prompt) != M_YES) { rfc822_free_address (&adr); CLEARLINE (LINES - 1);