[PATCH v4 06/11] lib: Add the exclude flag to notmuch_query_search_threads

2012-02-02 Thread Mark Walters
Add the NOTMUCH_MESSAGE_FLAG_EXCLUDED flag to notmuch_query_search_threads. Implemented by inspecting the tags directly in _notmuch_thread_create/_thread_add_message rather than as a Xapian query for speed reasons. --- lib/notmuch-private.h |7 +-- lib/query.cc |1 + lib/threa

[PATCH v4 06/11] lib: Add the exclude flag to notmuch_query_search_threads

2012-02-02 Thread Mark Walters
Add the NOTMUCH_MESSAGE_FLAG_EXCLUDED flag to notmuch_query_search_threads. Implemented by inspecting the tags directly in _notmuch_thread_create/_thread_add_message rather than as a Xapian query for speed reasons. --- lib/notmuch-private.h |7 +-- lib/query.cc |1 + lib/threa