diff options
author | Werner Koch <[email protected]> | 2018-04-18 15:59:29 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-04-18 15:59:29 +0000 |
commit | 55e9a94680370e584fbe5d21161a2cee3fe95744 (patch) | |
tree | 0bed989020cceee38b2c8644d84fd6aa510d0f72 /doc/gpgme.texi | |
parent | json: Add command "decrypt" to gpgme-json. (diff) | |
download | gpgme-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.texi | 5 |
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. |