Re: notmuch_thread_get_authors

2015-04-21 Thread Ronny Chevalier
On Tue, Apr 21, 2015 at 1:35 AM, David Bremner da...@tethera.net wrote: Ronny Chevalier chevalier.ro...@gmail.com writes: Hi, I would like to know the reason behind the way we get authors from a thread, with notmuch_thread_get_authors. there is some related patches/discussion at

Re: notmuch_thread_get_authors

2015-04-21 Thread Austin Clements
Quoth Ronny Chevalier on Apr 22 at 4:01 am: On Wed, Apr 22, 2015 at 3:28 AM, Austin Clements acleme...@csail.mit.edu wrote: On Tue, 21 Apr 2015, Ronny Chevalier chevalier.ro...@gmail.com wrote: On Tue, Apr 21, 2015 at 1:35 AM, David Bremner da...@tethera.net wrote: Ronny Chevalier

Re: notmuch_thread_get_authors

2015-04-21 Thread David Bremner
Austin Clements acleme...@csail.mit.edu writes: You're completely right that there's no way to reliably parse the authors list returned by notmuch_thread_get_authors. So don't do that. Just use notmuch_thread_get_messages, walk the messages list, and build your own authors list. There's no

Re: notmuch_thread_get_authors

2015-04-21 Thread Austin Clements
On Tue, 21 Apr 2015, Ronny Chevalier chevalier.ro...@gmail.com wrote: On Tue, Apr 21, 2015 at 1:35 AM, David Bremner da...@tethera.net wrote: Ronny Chevalier chevalier.ro...@gmail.com writes: Austin Clements wrote: And I think there's a fairly easy way to do it in C code that will also

Re: notmuch_thread_get_authors

2015-04-21 Thread Ronny Chevalier
On Wed, Apr 22, 2015 at 3:28 AM, Austin Clements acleme...@csail.mit.edu wrote: On Tue, 21 Apr 2015, Ronny Chevalier chevalier.ro...@gmail.com wrote: On Tue, Apr 21, 2015 at 1:35 AM, David Bremner da...@tethera.net wrote: Ronny Chevalier chevalier.ro...@gmail.com writes: Austin Clements wrote:

Re: notmuch_thread_get_authors

2015-04-20 Thread David Bremner
Ronny Chevalier chevalier.ro...@gmail.com writes: Hi, I would like to know the reason behind the way we get authors from a thread, with notmuch_thread_get_authors. there is some related patches/discussion at http://thread.gmane.org/gmane.mail.notmuch.general/19422 d