1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Show public keys in PGP key list

This commit is contained in:
James Booth 2015-08-24 22:27:15 +01:00
parent 525876770a
commit d6ff72cf48

View File

@ -229,7 +229,7 @@ p_gpg_list_keys(void)
return NULL;
}
error = gpgme_op_keylist_start(ctx, NULL, 1);
error = gpgme_op_keylist_start(ctx, NULL, 0);
if (error == GPG_ERR_NO_ERROR) {
while (!error) {
gpgme_key_t key;