[notmuch] [PATCH 2/3] modify notmuch_setup_command to return 1 if config file write fails.

2009-11-25 Thread Carl Worth
On Sun, 22 Nov 2009 16:58:35 -0500, Jameson Graef Rollins wrote: > This fixes a small bug in notmuch_setup_command such that it returned > OK and output the setup message footer even if the config file write > step failed. Thanks for the fix. This is pushed. -Carl

[notmuch] [PATCH 2/3] modify notmuch_setup_command to return 1 if config file write fails.

2009-11-22 Thread Jameson Graef Rollins
This fixes a small bug in notmuch_setup_command such that it returned OK and output the setup message footer even if the config file write step failed. --- notmuch-setup.c | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/notmuch-setup.c b/notmuch-setup.c index