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:
parent
134d401a4e
commit
fb446a5aeb
3 changed files with 55 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue