]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch-private.h
notmuch search: Print the number of matched/total messages for each thread.
[notmuch] / lib / notmuch-private.h
index 92b463432671f8b442a858336306413db371afe7..c286aa4bcdce2d8821b96d4294e141312013da74 100644 (file)
@@ -150,13 +150,10 @@ _find_prefix (const char *name);
 /* thread.cc */
 
 notmuch_thread_t *
-_notmuch_thread_create (const void *talloc_owner,
+_notmuch_thread_create (void *ctx,
                        notmuch_database_t *notmuch,
-                       const char *thread_id);
-
-void
-_notmuch_thread_add_message (notmuch_thread_t *thread,
-                            notmuch_message_t *message);
+                       const char *thread_id,
+                       const char *query_string);
 
 /* message.cc */