[PATCH v6 00/17] Fix 'notmuch new' atomicity issues

2011-09-28 Thread Sebastian Spaeth
achment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110928/b1055473/attachment.pgp>

Re: emacs email appears empty

2011-09-28 Thread Brian May
On 29 September 2011 11:21, Brian May wrote: > Have seen several cases now where the message appears blank in the > emacs interface. With nothing but the headers. > > Pushing Shift+V shows the entire raw message. Nothing special, just a > plain text email without any attachments. Also replying to

emacs email appears empty

2011-09-28 Thread Brian May
Hello, Have seen several cases now where the message appears blank in the emacs interface. With nothing but the headers. Pushing Shift+V shows the entire raw message. Nothing special, just a plain text email without any attachments. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Conte

Concerns regarding some library functions

2011-09-28 Thread Sebastian Spaeth
meter which receives the actual message. Sebastian -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110928/5af145cd/attachment.pgp>

Concerns regarding some library functions

2011-09-28 Thread Ali Polatel
t, are you going to write a patch or shall I start writing one? -alip -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110928/7bfddc7b/attachment.pgp>

Re: [PATCH v6 00/17] Fix 'notmuch new' atomicity issues

2011-09-28 Thread Sebastian Spaeth
On Sat, 11 Jun 2011 16:04:26 -0400, Austin Clements wrote: > Here's the reworked patch series that uses atomic sections more > heavily rather than changing the removal API. This is atomic-new-v6 > on http://awakening.csail.mit.edu/git/notmuch.git . I just caught up implementing find_message_by_f

Re: Concerns regarding some library functions

2011-09-28 Thread Sebastian Spaeth
On Tue, 27 Sep 2011 16:25:58 +0300, Ali Polatel wrote: > The two functions I've mentioned above are > notmuch_database_find_message() and > notmuch_database_find_message_by_filename(). > > The problem with their design is NULL return may both mean an error > condition and "message not found". Howe

Re: Concerns regarding some library functions

2011-09-28 Thread Ali Polatel
On Tue, 27 Sep 2011 18:46:22 -0400, Austin Clements wrote: > Quoth David Bremner on Sep 27 at 1:59 pm: > > On Tue, 27 Sep 2011 16:25:58 +0300, Ali Polatel wrote: > > > > > The problem with their design is NULL return may both mean an error > > > condition and "message not found". However, we al