X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-reply.c;h=86e9b3a29b1048b3371b734097cf49477656a2ac;hp=f26bd5521d278be7bb812684da16bc7d5a413f57;hb=bbf4b8e4aec69b5684587b77bd0af743afd61eb1;hpb=077b8b2ac6729248d0390bbb3c05ec7bdb60ded2 diff --git a/notmuch-reply.c b/notmuch-reply.c index f26bd552..86e9b3a2 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -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)) {