From ec6d3506db0b614ff754293cfb83fe9e93dc66c8 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 12 Nov 2009 21:09:54 -0800 Subject: notmuch search: Print all authors contributing to a thread. We've now expanded the notmuch_thread_create function to fire off a secondary database query to find all the messages that belong to this particular thread. This allows us to now have the complete authors' list for the thread, and will also make it trivial to print accurate message counts for threads in the future. --- lib/query.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/query.cc') diff --git a/lib/query.cc b/lib/query.cc index 381529b5..b5f1546a 100644 --- a/lib/query.cc +++ b/lib/query.cc @@ -231,9 +231,6 @@ notmuch_query_search_threads (notmuch_query_t *query, threads_seen++; } - if (thread) - _notmuch_thread_add_message (thread, message); - notmuch_message_destroy (message); messages_seen++; -- cgit v1.2.3