1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* keylist.c (list_cert_colon): Kludge to show an email address

encoded in the subject's DN.
This commit is contained in:
Werner Koch 2001-12-14 20:48:26 +00:00
parent 134d401a4e
commit fb446a5aeb
3 changed files with 55 additions and 1 deletions

View file

@ -918,6 +918,7 @@ classify_user_id (const char *name,
case '<': /* an email address */
mode = KEYDB_SEARCH_MODE_MAIL;
s++;
desc->u.name = s;
break;