From: Thomas Roessler Date: Sun, 9 Nov 2003 09:38:32 +0000 (+0000) Subject: Commit the fix for #1509. This must have been lost earlier this year. X-Git-Tag: mutt-1-5-6-rel~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ed394b11429391ece12df5f6e5b968f4060c6fa;p=mutt Commit the fix for #1509. This must have been lost earlier this year. --- diff --git a/send.c b/send.c index 7271501d..e9e965fc 100644 --- a/send.c +++ b/send.c @@ -1303,7 +1303,7 @@ ci_send_message (int flags, /* send mode */ && !(flags & (SENDRESEND|SENDPOSTPONED))) msg->env->from->personal = safe_strdup (Realname); - if ((WithCrypto & APPLICATION_PGP) && !(flags & SENDKEY)) + if (!((WithCrypto & APPLICATION_PGP) && (flags & SENDKEY))) safe_fclose (&tempfp); if (flags & SENDMAILX)