aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/query.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/query.cc')
-rw-r--r--lib/query.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/query.cc b/lib/query.cc
index 4b4c80f4..381529b5 100644
--- a/lib/query.cc
+++ b/lib/query.cc
@@ -237,6 +237,9 @@ notmuch_query_search_threads (notmuch_query_t *query,
notmuch_message_destroy (message);
messages_seen++;
+
+ if (max_threads >= 0 && threads_seen >= first + max_threads)
+ break;
}
/* Stop if we're not seeing any more messages. */