diff options
| author | David Bremner <david@tethera.net> | 2020-07-04 09:09:09 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-07-13 07:19:22 -0300 |
| commit | a962bd2bf801b80e2bdfaa8b05797bf01bc3fc1f (patch) | |
| tree | 69b06552b5c2ef5e4cdd6ced473f9513d3695783 /lib | |
| parent | 056794a60d4f7c1f1d88d239e21f761f91cf03ce (diff) | |
lib/n_m_get_replies: doc return, initial regression test
We need to to set a query and retrieve the threads to meaningfully
test this function.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/notmuch.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/notmuch.h b/lib/notmuch.h index 0dc89547..037913f4 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -1402,7 +1402,10 @@ notmuch_message_get_thread_id (notmuch_message_t *message); * NULL. (Note that notmuch_messages_valid will accept that NULL * value as legitimate, and simply return FALSE for it.) * - * The returned list will be destroyed when the thread is destroyed. + * This function also returns NULL if it triggers a Xapian exception. + * + * The returned list will be destroyed when the thread is + * destroyed. */ notmuch_messages_t * notmuch_message_get_replies (notmuch_message_t *message); |
