X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch-show.c;h=13c91e47f17cee399d881af125ad2907916c5d56;hb=6da656657621febf2d5b9e1ba69c8856f9882140;hp=f189e943488e69b7397a61c87e23ca4a4aaa06fe;hpb=ed16edc94d6a50ca86ff1575d9ea6fb9168b2e81;p=obsolete%2Fnotmuch-old diff --git a/notmuch-show.c b/notmuch-show.c index f189e943..13c91e47 100644 --- a/notmuch-show.c +++ b/notmuch-show.c @@ -158,7 +158,7 @@ show_message (void *ctx, notmuch_message_t *message, int indent) printf ("\fmessage{ id:%s depth:%d match:%d filename:%s\n", notmuch_message_get_message_id (message), indent, - notmuch_message_get_flag (message, NOTMUCH_MSG_FLAG_MATCHING_SEARCH), + notmuch_message_get_flag (message, NOTMUCH_MESSAGE_FLAG_MATCH), notmuch_message_get_filename (message)); printf ("\fheader{\n");