1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

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.
This commit is contained in:
Werner Koch 2014-04-15 16:40:48 +02:00
parent b8a91ebf46
commit e184a11f94
4 changed files with 21 additions and 1 deletions

View file

@ -119,6 +119,7 @@ struct expando_args
byte imagetype;
int validity_info;
const char *validity_string;
const byte *namehash;
};
char *pct_expando(const char *string,struct expando_args *args);