X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-dump.c;h=4c6e3211022c34e25b54205db17593a796d10535;hp=e1fe72356dd09d1dfb4511c1685ad31928473ccf;hb=533d0f5382797c702ac3976c1a7da27590ec1fb9;hpb=13569ad6c96c3f3a653ac51274056614647ad7ef diff --git a/notmuch-dump.c b/notmuch-dump.c index e1fe7235..4c6e3211 100644 --- a/notmuch-dump.c +++ b/notmuch-dump.c @@ -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)) {