X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch.h;h=babd2086faf4cdaca964dc11638128542b8504d9;hp=f75afaeb1dd0472bc11df31c7f33dcfff3ac687c;hb=75a05526334b721d719d6c8a8098ff64573e6c1e;hpb=c9eb94d7fb520612374870dda9b9058a85c9b03d diff --git a/lib/notmuch.h b/lib/notmuch.h index f75afaeb..babd2086 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -672,8 +672,10 @@ notmuch_thread_get_toplevel_messages (notmuch_thread_t *thread); /* Get the number of messages in 'thread' that matched the search. * * This count includes only the messages in this thread that were - * matched by the search from which the thread was created. Contrast - * with notmuch_thread_get_total_messages() . + * matched by the search from which the thread was created and were + * not excluded by any exclude tags passed in with the query (see + * notmuch_query_add_tag_exclude). Contrast with + * notmuch_thread_get_total_messages() . */ int notmuch_thread_get_matched_messages (notmuch_thread_t *thread);