X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-private.h;h=440860babc569d653f6b8d00dfef95071db0406f;hp=c80f219a150c0f8456b890280d693b9d143d37ba;hb=f9bbd7baa07110c7f345c8413e2426d00382cb1c;hpb=b04cc337388ea93cdd8a569a87f8bdc442f0cb33;ds=sidebyside diff --git a/notmuch-private.h b/notmuch-private.h index c80f219a..440860ba 100644 --- a/notmuch-private.h +++ b/notmuch-private.h @@ -187,6 +187,11 @@ _notmuch_message_remove_term (notmuch_message_t *message, const char *prefix_name, const char *value); +notmuch_private_status_t +_notmuch_message_gen_terms (notmuch_message_t *message, + const char *prefix_name, + const char *text); + void _notmuch_message_set_filename (notmuch_message_t *message, const char *filename); @@ -205,6 +210,12 @@ _notmuch_message_set_date (notmuch_message_t *message, void _notmuch_message_sync (notmuch_message_t *message); +/* index.cc */ + +notmuch_status_t +_notmuch_message_index_file (notmuch_message_t *message, + const char *filename); + /* message-file.c */ /* XXX: I haven't decided yet whether these will actually get exported