X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-private.h;h=99fbb4b2eb1b2e6c5d736e937cf5c3f5309aafe9;hp=b67aa9051b85eea1991a46da38089ecabba0096b;hb=1b10c32a5291f6f540f69bb7d4fb753937e23805;hpb=90a0ef4ac4a023f11f82b037c635b4b22762b12f diff --git a/notmuch-private.h b/notmuch-private.h index b67aa905..99fbb4b2 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 */