[RFC PATCH 01/14] All access to mail files goes through the mailstore module

2012-06-28 Thread Mark Walters
On Mon, 25 Jun 2012, Ethan Glasser-Camp wrote: > This commit introduces the mailstore module which provides two > functions, notmuch_mailstore_open and notmuch_mailstore_close. These > functions are currently just stub calls to fopen and fclose, but later > can be made more complex in order to

Re: [RFC PATCH 01/14] All access to mail files goes through the mailstore module

2012-06-28 Thread Mark Walters
On Mon, 25 Jun 2012, Ethan Glasser-Camp ethan.glasser.c...@gmail.com wrote: This commit introduces the mailstore module which provides two functions, notmuch_mailstore_open and notmuch_mailstore_close. These functions are currently just stub calls to fopen and fclose, but later can be made

[RFC PATCH 01/14] All access to mail files goes through the mailstore module

2012-06-26 Thread Ethan Glasser-Camp
This commit introduces the mailstore module which provides two functions, notmuch_mailstore_open and notmuch_mailstore_close. These functions are currently just stub calls to fopen and fclose, but later can be made more complex in order to support mail storage systems where one message might not

[RFC PATCH 01/14] All access to mail files goes through the mailstore module

2012-06-25 Thread Ethan Glasser-Camp
This commit introduces the mailstore module which provides two functions, notmuch_mailstore_open and notmuch_mailstore_close. These functions are currently just stub calls to fopen and fclose, but later can be made more complex in order to support mail storage systems where one message might not