[PATCH 2/3] new: Handle fatal errors in remove_filename and _remove_directory

2012-04-22 Thread Austin Clements
Quoth Mark Walters on Apr 16 at 5:02 pm: > On Mon, 27 Feb 2012, Austin Clements wrote: > > Previously such errors were simply ignored. Now they cause an > > immediate cleanup and abort. > > This one looks fine except for a minor query. > > > --- > > notmuch-new.c | 24 ++

Re: [PATCH 2/3] new: Handle fatal errors in remove_filename and _remove_directory

2012-04-21 Thread Austin Clements
Quoth Mark Walters on Apr 16 at 5:02 pm: > On Mon, 27 Feb 2012, Austin Clements wrote: > > Previously such errors were simply ignored. Now they cause an > > immediate cleanup and abort. > > This one looks fine except for a minor query. > > > --- > > notmuch-new.c | 24 ++

[PATCH 2/3] new: Handle fatal errors in remove_filename and _remove_directory

2012-04-16 Thread Mark Walters
On Mon, 27 Feb 2012, Austin Clements wrote: > Previously such errors were simply ignored. Now they cause an > immediate cleanup and abort. This one looks fine except for a minor query. > --- > notmuch-new.c | 24 ++-- > 1 files changed, 18 insertions(+), 6 deletions(-) >

Re: [PATCH 2/3] new: Handle fatal errors in remove_filename and _remove_directory

2012-04-16 Thread Mark Walters
On Mon, 27 Feb 2012, Austin Clements wrote: > Previously such errors were simply ignored. Now they cause an > immediate cleanup and abort. This one looks fine except for a minor query. > --- > notmuch-new.c | 24 ++-- > 1 files changed, 18 insertions(+), 6 deletions(-) >

[PATCH 2/3] new: Handle fatal errors in remove_filename and _remove_directory

2012-02-27 Thread Austin Clements
Previously such errors were simply ignored. Now they cause an immediate cleanup and abort. --- notmuch-new.c | 24 ++-- 1 files changed, 18 insertions(+), 6 deletions(-) diff --git a/notmuch-new.c b/notmuch-new.c index bd9786a..0cbd479 100644 --- a/notmuch-new.c +++ b/notmu

[PATCH 2/3] new: Handle fatal errors in remove_filename and _remove_directory

2012-02-27 Thread Austin Clements
Previously such errors were simply ignored. Now they cause an immediate cleanup and abort. --- notmuch-new.c | 24 ++-- 1 files changed, 18 insertions(+), 6 deletions(-) diff --git a/notmuch-new.c b/notmuch-new.c index bd9786a..0cbd479 100644 --- a/notmuch-new.c +++ b/notmu