notmuch-deliver under contrib/

2011-11-05 Thread Ali Polatel
Hello, I have just moved the notmuch-deliver repository to main notmuch repository under contrib/notmuch-deliver/. David, please send your github pull requests as patches to the mailing list for discussion. I have a few comments on them before I can apply. Personal Note: Below is the script I ha

[PATCH] Repeatability when copying a whole directory into a new one.

2011-11-05 Thread Austin Clements
On Thu, Sep 29, 2011 at 7:26 PM, Thomas Schwinge wrote: > This new test currently fails -- but it shouldn't. > --- > > Hi! > > I found this while manually copying directories and running notmuch new. > > Am I just too sleepy at this time, or is it another DB vs. directory > mtime issue? Nice cat

[PATCH v2 4/7] test: `notmuch-show-advance-and-archive' with invisible signature

2011-11-05 Thread David Bremner
On Fri, 1 Jul 2011 08:55:19 +0400, Dmitry Kurochkin wrote: > Add Emacs test to check that `notmuch-show-advance-and-archive' > works for the last message in thread with invisible signature. I pushed the first 4 patches in the series. The 5th gave me conflicts (because it lingered so long no doub

Re: [PATCH] Repeatability when copying a whole directory into a new one.

2011-11-05 Thread Austin Clements
On Thu, Sep 29, 2011 at 7:26 PM, Thomas Schwinge wrote: > This new test currently fails -- but it shouldn't. > --- > > Hi! > > I found this while manually copying directories and running notmuch new. > > Am I just too sleepy at this time, or is it another DB vs. directory > mtime issue? Nice catc

Re: [PATCH v2 4/7] test: `notmuch-show-advance-and-archive' with invisible signature

2011-11-05 Thread David Bremner
On Fri, 1 Jul 2011 08:55:19 +0400, Dmitry Kurochkin wrote: > Add Emacs test to check that `notmuch-show-advance-and-archive' > works for the last message in thread with invisible signature. I pushed the first 4 patches in the series. The 5th gave me conflicts (because it lingered so long no dou

[PATCH 1/2] notmuch-deliver: Retry with readwrite if splice() fails

2011-11-05 Thread David Riebenbauer
notmuch-deliver should not just fail, when splice() doesn't work. Fall back to the readwrite method even if NOTMUCH_DELIVER_NO_SPLICE is not set. --- contrib/notmuch-deliver/src/main.c | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/contrib/notmuch-deliver/src/mai

[PATCH 2/2] notmuch-deliver: in save_splice() log failures as debug.

2011-11-05 Thread David Riebenbauer
If we don't exit if splice fails then we should just log failures as debug instead of critical. --- contrib/notmuch-deliver/src/main.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/notmuch-deliver/src/main.c b/contrib/notmuch-deliver/src/main.c index 8423