Usecase:
In GpgOL I want to find out additionally to supported if a key was already
published in the Web key directory of that service. So that if it's supported
but not published I can offer that to users with secret keys for that service.
This could be done with gpg --auto-key-locate clear,nodefault,wkd but that is
not nice to use thorugh gpgme.
On Jabber we talked about using gpg-wks-client for this instead of gpgme.
It would be good if --check and --supported would also get clearly defined error
output so that this command (and supported) could be used through gpgme_spawn.
E.g the return code separated by a semicolon at the end of the output:
gpg-wks-client --check bar@bar.baz
stderr: no key found;1
gpg-wks-client --check foo@bar.baz
stderr: key found;0