diff options
author | Werner Koch <[email protected]> | 2014-04-15 14:40:48 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-04-17 19:44:09 +0000 |
commit | e184a11f94e2d41cd9266484542631bec23628b5 (patch) | |
tree | 3be1b428fd499e94afa9fda630fb06fdb7c941e1 /doc | |
parent | common: Add z-base-32 encoder. (diff) | |
download | gnupg-e184a11f94e2d41cd9266484542631bec23628b5.tar.gz gnupg-e184a11f94e2d41cd9266484542631bec23628b5.zip |
gpg: New %U expando for the photo viewer.
* g10/photoid.c (show_photos): Set namehash.
* g10/misc.c (pct_expando): Add "%U" expando.
--
This makes is possible to extract all photos ids from a key to
different files.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 607a61122..f72775e39 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -1195,7 +1195,7 @@ for the key fingerprint, "%t" for the extension of the image type (e.g. "jpg"), "%T" for the MIME type of the image (e.g. "image/jpeg"), "%v" for the single-character calculated validity of the image being viewed (e.g. "f"), "%V" for the calculated validity as a string (e.g. -"full"), +"full"), "%U" for a base32 encoded hash of the user ID, and "%%" for an actual percent sign. If neither %i or %I are present, then the photo will be supplied to the viewer on standard input. |