]> granicus.if.org Git - mutt/commit
Add missing setup calls when resuming encrypted drafts.
authorKevin McCarthy <kevin@8t8.us>
Thu, 11 Jan 2018 23:08:30 +0000 (15:08 -0800)
committerKevin McCarthy <kevin@8t8.us>
Thu, 11 Jan 2018 23:08:30 +0000 (15:08 -0800)
commit667a4710e56a89107a690cd1b914ca7e7377d515
tree20f1625176a7624cb539753058d0452889eded38
parenta37a2c4d38acb642a9e7660cd0c924dc9dff801f
Add missing setup calls when resuming encrypted drafts.

Calls to get the passphrase were missing for app/pgp and app/smime.
App/smime was also missing a call to crypt_smime_getkeys().

If a failure occurs, report it back, rather than just continuing.
Otherwise, postponed messages could be completely lost.
postpone.c