X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-tag.c;h=80582acf4733213f1efee8d7f7845b0b54ff87b8;hp=ada52e45d4295a1a6dffed64edea60bec411aa01;hb=93dcc3b695e19dd36cc8f638c6e01ecbbd9a447d;hpb=e530910ae2f4a25ddf0a45bb9eb0402561d46686 diff --git a/notmuch-tag.c b/notmuch-tag.c index ada52e45..80582acf 100644 --- a/notmuch-tag.c +++ b/notmuch-tag.c @@ -86,7 +86,7 @@ notmuch_tag_command (void *ctx, unused (int argc), unused (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)) {