aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-search.c
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch-search.c')
-rw-r--r--notmuch-search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch-search.c b/notmuch-search.c
index 38ca75d6..41e317a2 100644
--- a/notmuch-search.c
+++ b/notmuch-search.c
@@ -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))
{