]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-dump.c
lib/query: Drop the first and max_messages arguments from search_messages.
[notmuch] / notmuch-dump.c
index fc06f3f9a5625581432a4d3956b6cdcc8da411ec..ea326bb672efb89a27ab33c62235c5a7f51ea008 100644 (file)
@@ -58,7 +58,7 @@ notmuch_dump_command (unused (void *ctx), int argc, char *argv[])
        output = stdout;
     }
 
-    for (messages = notmuch_query_search_messages (query, 0, -1);
+    for (messages = notmuch_query_search_messages (query);
         notmuch_messages_has_more (messages);
         notmuch_messages_advance (messages))
     {