From 94eb9aacd40a8aa133f64bbe5ed71c0138fb5ed9 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 23 Nov 2009 20:25:13 -0800 Subject: lib/query: Drop the first and max_messages arguments from search_messages. These only existed to support the chunky-searching hack, but that was recently dropped anyway. --- notmuch-tag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notmuch-tag.c') diff --git a/notmuch-tag.c b/notmuch-tag.c index e2311f61..07cb8c5f 100644 --- a/notmuch-tag.c +++ b/notmuch-tag.c @@ -105,7 +105,7 @@ notmuch_tag_command (void *ctx, unused (int argc), unused (char *argv[])) return 1; } - for (messages = notmuch_query_search_messages (query, 0, -1); + for (messages = notmuch_query_search_messages (query); notmuch_messages_has_more (messages) && !interrupted; notmuch_messages_advance (messages)) { -- cgit v1.2.3