]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch-private.h
Introduce _notmuch_message_has_term()
[notmuch] / lib / notmuch-private.h
index d95bf31053e7499d9d5a12d3aa0424544dc7d070..92807975bb94562faefc949c19c080b9ad76618e 100644 (file)
@@ -279,6 +279,12 @@ _notmuch_message_remove_term (notmuch_message_t *message,
                              const char *prefix_name,
                              const char *value);
 
                              const char *prefix_name,
                              const char *value);
 
+notmuch_private_status_t
+_notmuch_message_has_term (notmuch_message_t *message,
+                          const char *prefix_name,
+                          const char *value,
+                          notmuch_bool_t *result);
+
 notmuch_private_status_t
 _notmuch_message_gen_terms (notmuch_message_t *message,
                            const char *prefix_name,
 notmuch_private_status_t
 _notmuch_message_gen_terms (notmuch_message_t *message,
                            const char *prefix_name,