diff options
author | David Shaw <[email protected]> | 2002-08-30 19:28:33 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2002-08-30 19:28:33 +0000 |
commit | a30375ef288db8a0bd5c837fd1ff04154a50723a (patch) | |
tree | 55c7aea99997f6e76c5cef1ec1c75bdc2ce597b1 /doc/gpg.sgml | |
parent | * pkclist.c (build_pk_list): Add new status code to indicate an untrusted (diff) | |
download | gnupg-a30375ef288db8a0bd5c837fd1ff04154a50723a.tar.gz gnupg-a30375ef288db8a0bd5c837fd1ff04154a50723a.zip |
* gpg.sgml: Document keyserver-option include-subkeys. Note that
honor-http-proxy is a keyserver-option now.
* DETAILS: Add "Key not trusted" to INV_RECP status code.
Diffstat (limited to 'doc/gpg.sgml')
-rw-r--r-- | doc/gpg.sgml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/gpg.sgml b/doc/gpg.sgml index 6695534c6..0abf4c62e 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -997,6 +997,14 @@ keyservers, as they do not support disabling keys. </para></listitem></varlistentry> <varlistentry> +<term>include-subkeys</term> +<listitem><para> +When receiving a key, include subkeys in the search. Note that this +option is not used with HKP keyservers, as they do not support +retrieving keys by subkey id. +</para></listitem></varlistentry> + +<varlistentry> <term>use-temp-files</term> <listitem><para> On most Unix-like platforms, GnuPG communicates with the keyserver @@ -2328,7 +2336,8 @@ be used to overide it.</para></listitem> </varlistentry> <varlistentry> <term>http_proxy</term> -<listitem><para>Only honored when the option --honor-http-proxy is set.</para></listitem> +<listitem><para>Only honored when the keyserver-option +honor-http-proxy is set.</para></listitem> </varlistentry> </variablelist> |