X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=lib%2Fnotmuch.h;h=babd2086faf4cdaca964dc11638128542b8504d9;hb=0e386504345857725893d4da45338f00cc2147fa;hp=f75afaeb1dd0472bc11df31c7f33dcfff3ac687c;hpb=c9eb94d7fb520612374870dda9b9058a85c9b03d;p=notmuch 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);