2002-02-06 Marcus Brinkmann <marcus@g10code.de>

* rungpg.c (_gpgme_gpg_op_keylist): Remove handling of keylist
	mode (for now).
This commit is contained in:
Marcus Brinkmann 2002-02-06 01:34:52 +00:00
parent a758f4c718
commit 2cb125ccf6
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2002-02-06 Marcus Brinkmann <marcus@g10code.de>
* rungpg.c (_gpgme_gpg_op_keylist): Remove handling of keylist
mode (for now).
2002-02-06 Marcus Brinkmann <marcus@g10code.de>
* wait.c (gpgme_wait): Add new argument STATUS, in which the

View File

@ -1374,8 +1374,6 @@ _gpgme_gpg_op_keylist (GpgObject gpg, const char *pattern, int secret_only,
err = _gpgme_gpg_add_arg (gpg, "--fixed-list-mode");
if (!err)
err = _gpgme_gpg_add_arg (gpg, "--with-fingerprint");
if (!err && keylist_mode == 1)
err = _gpgme_gpg_add_arg (gpg, "--no-expensive-trust-checks");
if (!err)
err = _gpgme_gpg_add_arg (gpg, secret_only ? "--list-secret-keys"
: "--list-keys");