X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=notmuch-tag.c;h=80582acf4733213f1efee8d7f7845b0b54ff87b8;hb=fc2053b022e9b87928a29fa4af111f0cfce719fe;hp=ada52e45d4295a1a6dffed64edea60bec411aa01;hpb=13569ad6c96c3f3a653ac51274056614647ad7ef;p=notmuch 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)) {