]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-dump.c
lib/messages: Add new notmuch_message_list_t to internal interface.
[notmuch] / notmuch-dump.c
index e1fe72356dd09d1dfb4511c1685ad31928473ccf..4c6e3211022c34e25b54205db17593a796d10535 100644 (file)
@@ -57,7 +57,7 @@ notmuch_dump_command (unused (void *ctx), int argc, char *argv[])
        output = stdout;
     }
 
-    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))
     {