[PATCH 01/11] lib: new thread addresses structure

2012-09-08 Thread Austin Clements
Quoth Jameson Graef Rollins on Aug 19 at 6:52 pm: > This new structure holds addresses associated with a thread, both > matched and unmatched. Initially this will be used to replace the > existing infrastructure for storing the addresses of thread authors. > Further patches will use it to store

Re: [PATCH 01/11] lib: new thread addresses structure

2012-09-08 Thread Austin Clements
Quoth Jameson Graef Rollins on Aug 19 at 6:52 pm: This new structure holds addresses associated with a thread, both matched and unmatched. Initially this will be used to replace the existing infrastructure for storing the addresses of thread authors. Further patches will use it to store the

[PATCH 01/11] lib: new thread addresses structure

2012-08-30 Thread Michal Sojka
Hi Jameson, some comments below. On Mon, Aug 20 2012, Jameson Graef Rollins wrote: > This new structure holds addresses associated with a thread, both > matched and unmatched. Initially this will be used to replace the > existing infrastructure for storing the addresses of thread authors. >

[PATCH 01/11] lib: new thread addresses structure

2012-08-30 Thread Jameson Graef Rollins
Hey, Michal. Thanks for the review. On Thu, Aug 30 2012, Michal Sojka wrote: >> +/* Construct an addresses string from matched and unmatched addresses >> + * in notmuch_thread_addresses_t. The string contains matched >> + * addresses first, then non-matched addresses (with the two groups >> + *

Re: [PATCH 01/11] lib: new thread addresses structure

2012-08-30 Thread Michal Sojka
Hi Jameson, some comments below. On Mon, Aug 20 2012, Jameson Graef Rollins wrote: This new structure holds addresses associated with a thread, both matched and unmatched. Initially this will be used to replace the existing infrastructure for storing the addresses of thread authors. Further

Re: [PATCH 01/11] lib: new thread addresses structure

2012-08-30 Thread Jameson Graef Rollins
Hey, Michal. Thanks for the review. On Thu, Aug 30 2012, Michal Sojka sojk...@fel.cvut.cz wrote: +/* Construct an addresses string from matched and unmatched addresses + * in notmuch_thread_addresses_t. The string contains matched + * addresses first, then non-matched addresses (with the two

[PATCH 01/11] lib: new thread addresses structure

2012-08-19 Thread Jameson Graef Rollins
This new structure holds addresses associated with a thread, both matched and unmatched. Initially this will be used to replace the existing infrastructure for storing the addresses of thread authors. Further patches will use it to store the addresses of threads recipients. Init and destructor

[PATCH 01/11] lib: new thread addresses structure

2012-08-19 Thread Jameson Graef Rollins
This new structure holds addresses associated with a thread, both matched and unmatched. Initially this will be used to replace the existing infrastructure for storing the addresses of thread authors. Further patches will use it to store the addresses of threads recipients. Init and destructor