X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-show.c;h=13c91e47f17cee399d881af125ad2907916c5d56;hp=f189e943488e69b7397a61c87e23ca4a4aaa06fe;hb=de064f177202b8e7ec4073eef24b17f91eba11c8;hpb=b9e96ccb0d5242033704ff81fee0c720772a312f 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");