]> granicus.if.org Git - mutt/commitdiff
Commit the fix for #1509. This must have been lost earlier this year.
authorThomas Roessler <roessler@does-not-exist.org>
Sun, 9 Nov 2003 09:38:32 +0000 (09:38 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Sun, 9 Nov 2003 09:38:32 +0000 (09:38 +0000)
send.c

diff --git a/send.c b/send.c
index 7271501dac81b4707bab77608333de005baff4b4..e9e965fc7998fc6913c756415ec625b3e2d129e9 100644 (file)
--- 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)