diff options
author | Marcus Brinkmann <[email protected]> | 2009-05-18 17:38:31 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2009-05-18 17:38:31 +0000 |
commit | 2c5d801fc4900cec5b7dc7faa496f8664ab104f4 (patch) | |
tree | 26c38bb9e33cd57f42fd761b3e14dea3b399b00b /doc | |
parent | * gpgme.h.in (gpgme_status_code_t): Explicitly initialize for (diff) | |
download | gpgme-2c5d801fc4900cec5b7dc7faa496f8664ab104f4.tar.gz gpgme-2c5d801fc4900cec5b7dc7faa496f8664ab104f4.zip |
doc/
2009-05-18 Marcus Brinkmann <[email protected]>
* gpgme.texi (Encrypting a Plaintext): Document
GPGME_ENCRYPT_NO_ENCRYPT_TO.
src/
2009-05-18 Marcus Brinkmann <[email protected]>
* gpgme.h.in (gpgme_encrypt_flags_t): Add
GPGME_ENCRYPT_NO_ENCRYPT_TO.
* engine-gpg.c (gpg_encrypt): Pass --no-encrypt-to to gpg if
GPGME_ENCRYPT_NO_ENCRYPT_TO flag is set.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gpgme.texi | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 3646472e..e1f36225 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2009-05-18 Marcus Brinkmann <[email protected]> + + * gpgme.texi (Encrypting a Plaintext): Document + GPGME_ENCRYPT_NO_ENCRYPT_TO. + 2009-05-05 Marcus Brinkmann <[email protected]> * gpgme.texi (Engine Information): Replace path by file_name. diff --git a/doc/gpgme.texi b/doc/gpgme.texi index d66216ab..0d5435f9 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -4723,6 +4723,12 @@ The @code{GPGME_ENCRYPT_ALWAYS_TRUST} symbol specifies that all the recipients in @var{recp} should be trusted, even if the keys do not have a high enough validity in the keyring. This flag should be used with care; in general it is not a good idea to use any untrusted keys. + +@item GPGME_ENCRYPT_NO_ENCRYPT_TO +The @code{GPGME_ENCRYPT_NO_ENCRYPT_TO} symbol specifies that no +default or hidden default recipients as configured in the crypto +backend should be included. This can be useful for managing different +user profiles. @end table If @code{GPG_ERR_UNUSABLE_PUBKEY} is returned, some recipients in |