summaryrefslogtreecommitdiff
path: root/notmuch-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch-private.h')
-rw-r--r--notmuch-private.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/notmuch-private.h b/notmuch-private.h
index b67aa90..99fbb4b 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 */