X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=92807975bb94562faefc949c19c080b9ad76618e;hp=d95bf31053e7499d9d5a12d3aa0424544dc7d070;hb=9eebae3da4510a671cbbb2f476c2dc04099b4415;hpb=011fc41d4d1a1dc9ae3765c9f08ee603eea7bc7e;ds=sidebyside diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index d95bf310..92807975 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -279,6 +279,12 @@ _notmuch_message_remove_term (notmuch_message_t *message, 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,