diff options
Diffstat (limited to 'gpgme/keylist.c')
-rw-r--r-- | gpgme/keylist.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gpgme/keylist.c b/gpgme/keylist.c index 29e2459f..85f1ff37 100644 --- a/gpgme/keylist.c +++ b/gpgme/keylist.c @@ -744,11 +744,6 @@ gpgme_op_keylist_start (GpgmeCtx ctx, const char *pattern, int secret_only) if (err) goto leave; - /* We don't want to use the verbose mode as this will also print the - key signatures which is in most cases not needed and furthermore - we just ignore those lines - This should speed up things. */ - _gpgme_engine_set_verbosity (ctx->engine, 0); - err = _gpgme_engine_op_keylist (ctx->engine, pattern, secret_only, ctx->keylist_mode); @@ -794,11 +789,6 @@ gpgme_op_keylist_ext_start (GpgmeCtx ctx, const char *pattern[], if (err) goto leave; - /* We don't want to use the verbose mode as this will also print the - key signatures which is in most cases not needed and furthermore - we just ignore those lines - This should speed up things. */ - _gpgme_engine_set_verbosity (ctx->engine, 0); - err = _gpgme_engine_op_keylist_ext (ctx->engine, pattern, secret_only, reserved, ctx->keylist_mode); |