aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpg.texi
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-11-23 19:18:04 +0000
committerWerner Koch <[email protected]>2009-11-23 19:18:04 +0000
commitcf2ec5673f02ddf3a4910ec47b476351dd68c243 (patch)
tree4e59734e24208f5d90dcc96f9d98c822860fbbc7 /doc/gpg.texi
parentChange fallback keysize to 2048 (diff)
downloadgnupg-cf2ec5673f02ddf3a4910ec47b476351dd68c243.tar.gz
gnupg-cf2ec5673f02ddf3a4910ec47b476351dd68c243.zip
Add gpgconf related dummy options default_pubkey_algo.
Add option --skip-hidden-recipients Comment updates.
Diffstat (limited to '')
-rw-r--r--doc/gpg.texi14
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi
index 82cdef17d..8ec755648 100644
--- a/doc/gpg.texi
+++ b/doc/gpg.texi
@@ -1761,14 +1761,24 @@ Use @var{name} as the key to sign with. Note that this option overrides
@option{--default-key}.
@item --try-all-secrets
+@opindex try-all-secrets
Don't look at the key ID as stored in the message but try all secret
keys in turn to find the right decryption key. This option forces the
behaviour as used by anonymous recipients (created by using
@option{--throw-keyids}) and might come handy in case where an encrypted
message contains a bogus key ID.
-
-
+@item --skip-hidden-recipients
+@itemx --no-skip-hidden-recipients
+@opindex skip-hidden-recipients
+@opindex no-skip-hidden-recipients
+During decryption skip all anonymous recipients. This option helps in
+the case that people use the hidden recipients feature to hide there
+own encrypt-to key from others. If oneself has many secret keys this
+may lead to a major annoyance because all keys are tried in turn to
+decrypt soemthing which was not really intended for it. The drawback
+of this option is that it is currently not possible to decrypt a
+message which includes real anonymous recipients.
@end table