a signature verification problem (not some other PGP error).
mutt_message (_("PGP signature successfully verified."));
else if (cur->security & PARTSIGN)
mutt_message (_("Warning: Part of this message has not been signed."));
- else
+ else if (cur->security & SIGN)
mutt_message (_("PGP signature could NOT be verified."));
}
}
mutt_free_body (&tattach);
+ /* clear 'Invoking...' message, since there's no error */
+ mutt_clear_error ();
}
+ else
+ mutt_error _("Could not decrypt PGP message");
fclose (fpout);
mutt_unlink(tempfile);