]> granicus.if.org Git - neomutt/commit
Fix pgp-gpgme to set revoke/expired/disabled flags.
authorKevin McCarthy <kevin@8t8.us>
Sun, 8 Feb 2015 21:44:10 +0000 (13:44 -0800)
committerKevin McCarthy <kevin@8t8.us>
Sun, 8 Feb 2015 21:44:10 +0000 (13:44 -0800)
commit483f443cef9abc367903f02ffd831b9c55820387
tree8fd0845a2ea117e3b8578b90481760dfc48bed9b
parent4f2239868af340ec436146223adcd2a5c51c3a34
Fix pgp-gpgme to set revoke/expired/disabled flags.

The code wasn't settings those flags in get_candidates().
This patch adds it to the pgp path.  I don't know if these flags apply
to SMIME so am leaving them out for the smime branch.

Fix up crypt_select_key() to follow the same logic as pgp_select_key().
crypt-gpgme.c