]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-reply.c
notmuch search: Fix a second bug in the change to support incremental searches.
[notmuch] / notmuch-reply.c
index f26bd5521d278be7bb812684da16bc7d5a413f57..86e9b3a29b1048b3371b734097cf49477656a2ac 100644 (file)
@@ -211,7 +211,7 @@ notmuch_reply_command (void *ctx, int argc, 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))
     {