1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-18 14:17:03 +01:00

* gpg.texi (GPG Configuration Options): Clarify that show-photos

doesn't work with --with-colons.  --personal-digest-preferences does
not have a default any longer.
This commit is contained in:
David Shaw 2010-10-29 19:41:28 +00:00
parent 2e82b095cd
commit b0b46f46cf
2 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,9 @@
2010-10-29 David Shaw <dshaw@jabberwocky.com>
* gpg.texi (GPG Configuration Options): Clarify that show-photos
doesn't work with --with-colons. --personal-digest-preferences
does not have a default any longer.
2010-10-18 Werner Koch <wk@g10code.com> 2010-10-18 Werner Koch <wk@g10code.com>
* DETAILS: Fix description of IMPORT_RES. Reported by Nicholas Cole. * DETAILS: Fix description of IMPORT_RES. Reported by Nicholas Cole.

View File

@ -1029,9 +1029,11 @@ give the opposite meaning. The options are:
@item show-photos @item show-photos
@opindex list-options:show-photos @opindex list-options:show-photos
Causes @option{--list-keys}, @option{--list-sigs}, Causes @option{--list-keys}, @option{--list-sigs},
@option{--list-public-keys}, and @option{--list-secret-keys} to display @option{--list-public-keys}, and @option{--list-secret-keys} to
any photo IDs attached to the key. Defaults to no. See also display any photo IDs attached to the key. Defaults to no. See also
@option{--photo-viewer}. @option{--photo-viewer}. Does not work with @option{--with-colons}:
see @option{--attribute-fd} for the appropriate way to get photo data
for scripts and other frontends.
@item show-policy-urls @item show-policy-urls
@opindex list-options:show-policy-urls @opindex list-options:show-policy-urls
@ -2042,8 +2044,7 @@ to safely override the algorithm chosen by the recipient key
preferences, as GPG will only select an algorithm that is usable by preferences, as GPG will only select an algorithm that is usable by
all recipients. The most highly ranked digest algorithm in this list all recipients. The most highly ranked digest algorithm in this list
is also used when signing without encryption is also used when signing without encryption
(e.g. @option{--clearsign} or @option{--sign}). The default value is (e.g. @option{--clearsign} or @option{--sign}).
SHA-1.
@item --personal-compress-preferences @code{string} @item --personal-compress-preferences @code{string}
Set the list of personal compression preferences to @code{string}. Set the list of personal compression preferences to @code{string}.