Support for multiple filenames (in notmuch library)

2010-11-12 Thread Jameson Rollins
On Thu, 11 Nov 2010 05:11:09 -0800, Carl Worth wrote: > As part of my recent work to fix up the maildir-flags synchronization > patches, I found myself needing to access the complete list of filenames > for a given message. So I added the following, new public function to > libnotmuch: > >

Re: Support for multiple filenames (in notmuch library)

2010-11-12 Thread Jameson Rollins
On Thu, 11 Nov 2010 05:11:09 -0800, Carl Worth cwo...@cworth.org wrote: As part of my recent work to fix up the maildir-flags synchronization patches, I found myself needing to access the complete list of filenames for a given message. So I added the following, new public function to

Support for multiple filenames (in notmuch library)

2010-11-11 Thread Carl Worth
As part of my recent work to fix up the maildir-flags synchronization patches, I found myself needing to access the complete list of filenames for a given message. So I added the following, new public function to libnotmuch: notmuch_filenames_t * notmuch_message_get_filenames

Support for multiple filenames (in notmuch library)

2010-11-11 Thread Carl Worth
As part of my recent work to fix up the maildir-flags synchronization patches, I found myself needing to access the complete list of filenames for a given message. So I added the following, new public function to libnotmuch: notmuch_filenames_t * notmuch_message_get_filenames