]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-show.c
added syntax files for search and show screens
[notmuch] / notmuch-show.c
index c7f13204d749e30be84d82791afeb2ebc5ba5770..edebacaa571a3ba44a089fa671300e71f8c530cb 100644 (file)
@@ -238,7 +238,7 @@ notmuch_show_command (void *ctx, unused (int argc), unused (char *argv[]))
        return 1;
     }
 
-    for (threads = notmuch_query_search_threads (query, 0, -1);
+    for (threads = notmuch_query_search_threads (query);
         notmuch_threads_has_more (threads);
         notmuch_threads_advance (threads))
     {