aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpgme.texi
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2018-04-18 15:59:29 +0000
committerWerner Koch <[email protected]>2018-04-18 15:59:29 +0000
commit55e9a94680370e584fbe5d21161a2cee3fe95744 (patch)
tree0bed989020cceee38b2c8644d84fd6aa510d0f72 /doc/gpgme.texi
parentjson: Add command "decrypt" to gpgme-json. (diff)
downloadgpgme-55e9a94680370e584fbe5d21161a2cee3fe95744.tar.gz
gpgme-55e9a94680370e584fbe5d21161a2cee3fe95744.zip
core: New convenience constant GPGME_KEYLIST_MODE_LOCATE.
* src/gpgme.h.in (GPGME_KEYLIST_MODE_LOCATE): New. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r--doc/gpgme.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index 83348dd0..20bfa23b 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -2769,6 +2769,11 @@ type of external source is dependent on the crypto engine used and
whether it is combined with @code{GPGME_KEYLIST_MODE_LOCAL}. For
example, it can be a remote keyserver or LDAP certificate server.
+@item GPGME_KEYLIST_MODE_LOCATE
+This is a shortcut for the combination of
+@code{GPGME_KEYLIST_MODE_LOCAL} and @code{GPGME_KEYLIST_MODE_EXTERN}
+and convenient when the --locate-key feature of OpenPGP is desired.
+
@item GPGME_KEYLIST_MODE_SIGS
The @code{GPGME_KEYLIST_MODE_SIGS} symbol specifies that the key
signatures should be included in the listed keys.