X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-search.c;h=41e317a221961ebdab9d82ada88a9f4dc0935fae;hp=38ca75d63ade2582c40db3bf7db6f08ace0d5c68;hb=93dcc3b695e19dd36cc8f638c6e01ecbbd9a447d;hpb=e530910ae2f4a25ddf0a45bb9eb0402561d46686 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)) {