X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-show.c;h=13c91e47f17cee399d881af125ad2907916c5d56;hp=edebacaa571a3ba44a089fa671300e71f8c530cb;hb=de064f177202b8e7ec4073eef24b17f91eba11c8;hpb=1fd8b7866f189a66e4491b01452f476371759f91 diff --git a/notmuch-show.c b/notmuch-show.c index edebacaa..13c91e47 100644 --- a/notmuch-show.c +++ b/notmuch-show.c @@ -155,9 +155,10 @@ show_message (void *ctx, notmuch_message_t *message, int indent) const char *name, *value; unsigned int i; - printf ("\fmessage{ id:%s depth:%d filename:%s\n", + printf ("\fmessage{ id:%s depth:%d match:%d filename:%s\n", notmuch_message_get_message_id (message), indent, + notmuch_message_get_flag (message, NOTMUCH_MESSAGE_FLAG_MATCH), notmuch_message_get_filename (message)); printf ("\fheader{\n");