]> git.notmuchmail.org Git - notmuch/blobdiff - lib/query.cc
notmuch search: Print all authors contributing to a thread.
[notmuch] / lib / query.cc
index 381529b538c270695144d4aef8ae7ba673dee996..b5f1546ac084d609b24a25a60dd68e677f513145 100644 (file)
@@ -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++;