Re: Possible bug in notmuch_thread_get_authors ?

2017-11-28 Thread David Bremner
Róman Joost writes: > Checking other bindings it seems there is an explicit check for NULL and > we're wondering if that is really necessary. Perhaps a patch could > initialize `*authors` in the _resolve_thread_authors_string function to an > empty string OR at least mention it in the API docume

Possible bug in notmuch_thread_get_authors ?

2017-11-27 Thread Róman Joost
Hi, we're currently working on Haskell bindings for notmuch[1] and stumbled over an oddity in relation to the function notmuch_thread_get_authors in that it can be NULL. Checking other bindings it seems there is an explicit check for NULL and we're wondering if that is really necessary. Perhaps