about summary refs log tree commit diff stats
path: root/src/pgp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pgp')
-rw-r--r--src/pgp/gpg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pgp/gpg.c b/src/pgp/gpg.c
index 2b61b8c1..6edab8d1 100644
--- a/src/pgp/gpg.c
+++ b/src/pgp/gpg.c
@@ -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;