From 6da656657621febf2d5b9e1ba69c8856f9882140 Mon Sep 17 00:00:00 2001 From: Bart Trojanowski Date: Fri, 27 Nov 2009 21:20:09 -0500 Subject: correct message flag enum value so that it matches the type As per Carl's request, this patch corrects the only value defined under the notmuch_message_flag_t enum typedef to match the name of the type. Signed-off-by: Bart Trojanowski --- notmuch-show.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notmuch-show.c') diff --git a/notmuch-show.c b/notmuch-show.c index f189e94..13c91e4 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"); -- cgit v1.2.3