X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-show.c;h=edebacaa571a3ba44a089fa671300e71f8c530cb;hp=c7f13204d749e30be84d82791afeb2ebc5ba5770;hb=c57a0b4f8b78d655b90f4f2e6f986c85f477aef7;hpb=a15f174437ac8be5d75ca95721131cdad011baae diff --git a/notmuch-show.c b/notmuch-show.c index c7f13204..edebacaa 100644 --- a/notmuch-show.c +++ b/notmuch-show.c @@ -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)) {