]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch.h
notmuch.el: Implement our own notmuch-help instead of describe-mode.
[notmuch] / lib / notmuch.h
index 293a859bc3bc83e41671d3498fd8186096fb3a2b..60834fb50bb687da9d097ed5b41c15f394554854 100644 (file)
@@ -711,6 +711,7 @@ notmuch_message_get_filename (notmuch_message_t *message);
 
 /* Message flags */
 typedef enum _notmuch_message_flag {
+    NOTMUCH_MESSAGE_FLAG_MATCH,
 } notmuch_message_flag_t;
 
 /* Get a value of a flag for the email corresponding to 'message'. */