X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-show.c;fp=notmuch-show.c;h=232557d5016f3ee3f555569de8107eb0da9a615d;hp=bdb87321f1f02d74a400cffe3c6a4cc02c82b40a;hb=8c29a5da096b0314c6cca8889b740b79a9a548ed;hpb=4b0c6fb2f1ba989fee554cb8fa2612046d6414a8 diff --git a/notmuch-show.c b/notmuch-show.c index bdb87321..232557d5 100644 --- a/notmuch-show.c +++ b/notmuch-show.c @@ -475,6 +475,11 @@ format_part_sigstatus_sprinter (sprinter_t *sp, GMimeSignatureList *siglist) sp->map_key (sp, "userid"); sp->string (sp, uid); } + const char *email = g_mime_certificate_get_valid_email (certificate); + if (email) { + sp->map_key (sp, "email"); + sp->string (sp, email); + } } } else if (certificate) { const char *key_id = g_mime_certificate_get_fpr16 (certificate);