X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fnotmuch.h;h=fe2340bbcbf62470307138aee548427c65a47d3b;hb=f42e2e43a0284491c02a55e45c2cf4233b2b94f1;hp=21a522520e5744ebb03a723fbfcccf32798b4f8e;hpb=658a00e7c809cc4e3076aab28e105d3761086451;p=notmuch diff --git a/lib/notmuch.h b/lib/notmuch.h index 21a52252..fe2340bb 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -973,6 +973,10 @@ notmuch_thread_get_matched_messages (notmuch_thread_t *thread); * authors of mail messages in the query results that belong to this * thread. * + * The string contains authors of messages matching the query first, then + * non-matched authors (with the two groups separated by '|'). Within + * each group, authors are ordered by date. + * * The returned string belongs to 'thread' and as such, should not be * modified by the caller and will only be valid for as long as the * thread is valid, (which is until notmuch_thread_destroy or until