For the case of IMAP, the uploading message would otherwise stay on
the screen. In any case, it's best to show that message as the last
thing before returning to the index.
Thanks to chdiza for reporting the issue!
goto cleanup;
}
}
- else if (!option (OPTNOCURSES) && ! (flags & SENDMAILX))
- mutt_message (i == 0 ? _("Mail sent.") : _("Sending in background."));
-
save_fcc (msg, fcc, sizeof(fcc), clear_content, pgpkeylist, flags);
+ if (!option (OPTNOCURSES) && ! (flags & SENDMAILX))
+ mutt_message (i == 0 ? _("Mail sent.") : _("Sending in background."));
+
if (WithCrypto && (msg->security & ENCRYPT))
FREE (&pgpkeylist);