]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-search.c
libnotmuch: Underlying support for doing partial-results searches.
[notmuch] / notmuch-search.c
index 38ca75d63ade2582c40db3bf7db6f08ace0d5c68..41e317a221961ebdab9d82ada88a9f4dc0935fae 100644 (file)
@@ -53,7 +53,7 @@ notmuch_search_command (void *ctx, int argc, char *argv[])
        return 1;
     }
 
-    for (threads = notmuch_query_search_threads (query);
+    for (threads = notmuch_query_search_threads (query, 0, -1);
         notmuch_threads_has_more (threads);
         notmuch_threads_advance (threads))
     {