Describe %v and %V.

This commit is contained in:
Werner Koch 2010-10-11 12:36:27 +00:00
parent a3335428be
commit 5a679857ef
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2010-10-11 Daniel Kahn Gillmor <dkg@fifthhorseman.net> (wk)
* gpg.texi (GPG Configuration Options) <photo-viewer>: Describe %v
and %V.
2010-10-05 Werner Koch <wk@g10code.com>
* Makefile.am (faq.txt faq.html, faq-online): New.

View File

@ -1141,6 +1141,9 @@ same, except the file will not be deleted once the viewer exits.
Other flags are "%k" for the key ID, "%K" for the long key ID, "%f"
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"),
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.