]> granicus.if.org Git - mutt/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)
commitb5dc76dc4e235fe460d74979e4ed0416fc40fd98
tree8fd0845a2ea117e3b8578b90481760dfc48bed9b
parent54ed687278c812f859f825ff3b8c29a0399b3740
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