X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-show.c;h=99475069ba19ba9ad8825c0e84ea932d2ca2a9f7;hp=311ac6ac43cb71f442a8f9927bca4ff206ae24c5;hb=2b3224a6c4be6b6c038a9956448187e0a402687b;hpb=4ce7591610444a1c5ef6f56b57af8e180437fa62 diff --git a/notmuch-show.c b/notmuch-show.c index 311ac6ac..99475069 100644 --- a/notmuch-show.c +++ b/notmuch-show.c @@ -458,7 +458,7 @@ format_part_sigstatus_sprinter (sprinter_t *sp, mime_node_t *node) } } } else if (certificate) { - const char *key_id = g_mime_certificate_get_key_id (certificate); + const char *key_id = g_mime_certificate_get_fpr16 (certificate); if (key_id) { sp->map_key (sp, "keyid"); sp->string (sp, key_id);