]> granicus.if.org Git - neomutt/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)
committerRichard Russon <rich@flatcap.org>
Sat, 13 Jan 2018 13:59:03 +0000 (13:59 +0000)
commitf651caa0e0f2a13559e00ac0c10d4768ed801079
treeb71a5fd664a7002fc73aa1e48280afc331b3f7ea
parent09ff726131ac594ff800f6e739302652fcf01c31
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