]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch-private.h
Name thread based on matching msgs instead of first msg.
[notmuch] / lib / notmuch-private.h
index d52d84d41ad1055b379dba19a7100e09fcbbd823..94cce1bc8f5e9bd93f6ff7e94bfb032712d960fa 100644 (file)
@@ -205,7 +205,8 @@ notmuch_thread_t *
 _notmuch_thread_create (void *ctx,
                        notmuch_database_t *notmuch,
                        const char *thread_id,
-                       const char *query_string);
+                       const char *query_string,
+                       notmuch_sort_t sort);
 
 /* message.cc */