X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-show.c;h=9f81ae161f1fa4975df8cf721630fbab818539c9;hp=41b33641c67143599c2d4f5b76f8554ade93297b;hb=e4a7c2b8703280e93b205965d7df1b7dda8a0bf7;hpb=bb7ed1f153a8cf28e4b9ef7670e4bfc05322987f diff --git a/notmuch-show.c b/notmuch-show.c index 41b33641..9f81ae16 100644 --- a/notmuch-show.c +++ b/notmuch-show.c @@ -153,7 +153,7 @@ notmuch_show_command (void *ctx, unused (int argc), unused (char *argv[])) return 1; } - for (messages = notmuch_query_search_messages (query); + for (messages = notmuch_query_search_messages (query, 0, -1); notmuch_messages_has_more (messages); notmuch_messages_advance (messages)) {