aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/notmuch.h
diff options
context:
space:
mode:
authorGravatar Bart Trojanowski <bart@jukie.net>2009-11-27 21:20:09 -0500
committerGravatar Carl Worth <cworth@cworth.org>2009-11-27 20:50:59 -0800
commit6da656657621febf2d5b9e1ba69c8856f9882140 (patch)
tree188b7d330280982159147548498f428ed132ac57 /lib/notmuch.h
parented16edc94d6a50ca86ff1575d9ea6fb9168b2e81 (diff)
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 <bart@jukie.net>
Diffstat (limited to 'lib/notmuch.h')
-rw-r--r--lib/notmuch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/notmuch.h b/lib/notmuch.h
index e4f39929..60834fb5 100644
--- a/lib/notmuch.h
+++ b/lib/notmuch.h
@@ -711,7 +711,7 @@ notmuch_message_get_filename (notmuch_message_t *message);
/* Message flags */
typedef enum _notmuch_message_flag {
- NOTMUCH_MSG_FLAG_MATCHING_SEARCH,
+ NOTMUCH_MESSAGE_FLAG_MATCH,
} notmuch_message_flag_t;
/* Get a value of a flag for the email corresponding to 'message'. */