diff options
author | Werner Koch <[email protected]> | 2009-03-18 11:19:29 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-03-18 11:19:29 +0000 |
commit | aceb60d4dd12bac405c4fa670e772965903ed04d (patch) | |
tree | eb5a8f42cc673156cacb5f2b11954cc94c6f1912 /doc | |
parent | Fix locale problem, e.g. for et_ET. (diff) | |
download | gpgme-aceb60d4dd12bac405c4fa670e772965903ed04d.tar.gz gpgme-aceb60d4dd12bac405c4fa670e772965903ed04d.zip |
Add GPGME_KEYLIST_MODE_EPHEMERAL.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpgme.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 5ff92a71..ae6ede08 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -2208,6 +2208,10 @@ signature notations on key signatures should be included in the listed keys. This only works if @code{GPGME_KEYLIST_MODE_SIGS} is also enabled. +@item GPGME_KEYLIST_MODE_EPHEMERAL +The @code{GPGME_KEYLIST_MODE_EPHEMERAL} symbol specifies that keys +flagged as ephemeral are included in the listing. + @item GPGME_KEYLIST_MODE_VALIDATE The @code{GPGME_KEYLIST_MODE_VALIDATE} symbol specifies that the backend should do key or certificate validation and not just get the |