diff options
| author | Werner Koch <[email protected]> | 2018-10-02 11:18:00 +0200 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2018-10-02 11:18:00 +0200 |
| commit | 7b861945fdc71fd3c82c91f824172dadd2220fa0 (patch) | |
| tree | c22951a0017218fc9b11889279854ebf9dce7abc /doc | |
| parent | docs: python bindings (diff) | |
| download | gpgme-7b861945fdc71fd3c82c91f824172dadd2220fa0.tar.gz gpgme-7b861945fdc71fd3c82c91f824172dadd2220fa0.zip | |
core: add experimental GPGME_EXPORT_MODE_NOUID.
* src/gpgme.h.in (GPGME_EXPORT_MODE_NOUID): New.
* src/export.c (export_start): Adjust option check.
* src/engine-gpg.c (export_common): Implement option.
Signed-off-by: Werner Koch <[email protected]>
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 426ae7a0..d99e9bb7 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -4663,6 +4663,10 @@ If this flag is used with @code{GPGME_EXPORT_MODE_SECRET} for an X.509 key the export format will be changed to PKCS#12 which also includes the certificate. This flag may not be used with OpenPGP. +@item GPGME_EXPORT_MODE_NOUID +@since{1.12.0 - experimental} +Do not export user ids. Works only with certain gpg version. + @end table |
