X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch-reply.c;h=86e9b3a29b1048b3371b734097cf49477656a2ac;hb=93dcc3b695e19dd36cc8f638c6e01ecbbd9a447d;hp=f26bd5521d278be7bb812684da16bc7d5a413f57;hpb=e530910ae2f4a25ddf0a45bb9eb0402561d46686;p=obsolete%2Fnotmuch-old 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)) {