--- trunk/Src/wptKeylist.cpp 2005/11/15 09:07:37 79 +++ trunk/Src/wptKeylist.cpp 2005/11/16 11:05:16 80 @@ -816,7 +816,7 @@ gpgme_subkey_t k; /* if the entire key is disabled, just return. */ - if (key->disabled) + if (key->disabled && !(mode & KEYLIST_LIST)) return 0; for (k=key->subkeys, i = 0; i < count_subkeys (key); i++, k=k->next) {