X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-private.h;h=92b463432671f8b442a858336306413db371afe7;hp=440860babc569d653f6b8d00dfef95071db0406f;hb=3604a19beb0c6f90bea199884d0ac696c2de4505;hpb=f9bbd7baa07110c7f345c8413e2426d00382cb1c diff --git a/notmuch-private.h b/notmuch-private.h index 440860ba..92b46343 100644 --- a/notmuch-private.h +++ b/notmuch-private.h @@ -155,10 +155,8 @@ _notmuch_thread_create (const void *talloc_owner, const char *thread_id); void -_notmuch_thread_add_tag (notmuch_thread_t *thread, const char *tag); - -void -_notmuch_thread_set_subject (notmuch_thread_t *thread, const char *subject); +_notmuch_thread_add_message (notmuch_thread_t *thread, + notmuch_message_t *message); /* message.cc */ @@ -172,7 +170,7 @@ notmuch_message_t * _notmuch_message_create_for_message_id (const void *talloc_owner, notmuch_database_t *notmuch, const char *message_id, - notmuch_status_t *status); + notmuch_private_status_t *status); const char * _notmuch_message_get_subject (notmuch_message_t *message);