]> granicus.if.org Git - mutt/commit
Provide a better prompt and error for inline PGP with attachments. (closes #3738)
authorKevin McCarthy <kevin@8t8.us>
Thu, 3 Dec 2015 23:23:34 +0000 (15:23 -0800)
committerKevin McCarthy <kevin@8t8.us>
Thu, 3 Dec 2015 23:23:34 +0000 (15:23 -0800)
commitf3781fb651c4d486d320b86d598f2b585fa7b785
tree218d4b26bbab440526c90c80dee2bdc21a688b66
parentcaf9a8e47adbc274c83ca07adde7a03f6b98e54d
Provide a better prompt and error for inline PGP with attachments.  (closes #3738)

Change mutt_protect() to check for text/plain before trying to invoke
crypt_pgp_traditional_encryptsign().  This way, mutt can provide a bit
more specific prompt and error message.

Since pgp_mime_auto says it will prompt in the event of any failure,
keep the more generic prompt after the encryptsign call too.
crypt.c