diff options
author | Werner Koch <[email protected]> | 2016-06-08 16:03:43 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-06-08 16:03:43 +0000 |
commit | 536c721183e76087492054307cd49276c0ed62b8 (patch) | |
tree | 54fde4a83d781f592274cfc9b7a2cb9cec567b55 | |
parent | doc: Explain that gpg-preset-passphrase can't be used. (diff) | |
download | gnupg-536c721183e76087492054307cd49276c0ed62b8.tar.gz gnupg-536c721183e76087492054307cd49276c0ed62b8.zip |
doc: Remove non-implemented option --skip-hidden-recipients.
--
GnuPG-bug-id: 1394
Note that --try-secret-key was already removed with commit
2889a70c102271a1b6ff529bafb6748c4e773014
Signed-off-by: Werner Koch <[email protected]>
-rw-r--r-- | doc/gpg.texi | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index b770e0e94..ee756d82c 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -1839,18 +1839,6 @@ behaviour as used by anonymous recipients (created by using @option{--throw-keyids} or @option{--hidden-recipient}) 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 |