aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpgme.texi
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-02-16 20:07:03 +0000
committerWerner Koch <[email protected]>2010-02-16 20:07:03 +0000
commit2281024d4cb29c9c6742f7e9fbb031fe97f076c0 (patch)
tree181a5b9e1c4d936f724ab487304d477bf65bd131 /doc/gpgme.texi
parentConvert C++ comments to C90 comments. (diff)
downloadgpgme-2281024d4cb29c9c6742f7e9fbb031fe97f076c0.tar.gz
gpgme-2281024d4cb29c9c6742f7e9fbb031fe97f076c0.zip
Add option GPGME_EXPORT_MODE_MINIMAL
Diffstat (limited to '')
-rw-r--r--doc/gpgme.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index cbbe4938..d8891ea8 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -3402,6 +3402,12 @@ practise to not send more than a few dozens key to a keyserver at one
time. Using this flag requires that the @var{keydata} argument of the
export function is set to @code{NULL}.
+@item GPGME_EXPORT_MODE_MINIMAL
+If this bit is set, the smallest possible key is exported. For OpenPGP
+keys it removes all signatures except for the latest self-signatures.
+For X.509 keys it has no effect.
+
+
@end table