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:
parent
525876770a
commit
d6ff72cf48
@ -229,7 +229,7 @@ p_gpg_list_keys(void)
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
error = gpgme_op_keylist_start(ctx, NULL, 1);
|
error = gpgme_op_keylist_start(ctx, NULL, 0);
|
||||||
if (error == GPG_ERR_NO_ERROR) {
|
if (error == GPG_ERR_NO_ERROR) {
|
||||||
while (!error) {
|
while (!error) {
|
||||||
gpgme_key_t key;
|
gpgme_key_t key;
|
||||||
|
Loading…
Reference in New Issue
Block a user