aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/query.cc
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-11-12 21:09:54 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-11-12 21:09:54 -0800
commitec6d3506db0b614ff754293cfb83fe9e93dc66c8 (patch)
tree8c46336e273bf5c063701e342ea22ca4f612616f /lib/query.cc
parentfc2053b022e9b87928a29fa4af111f0cfce719fe (diff)
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.
Diffstat (limited to 'lib/query.cc')
-rw-r--r--lib/query.cc3
1 files changed, 0 insertions, 3 deletions
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++;