]> git.cworth.org Git - notmuch/commit
modify notmuch_setup_command to return 1 if config file write fails.
authorJameson Graef Rollins <jrollins@finestructure.net>
Sun, 22 Nov 2009 21:58:35 +0000 (16:58 -0500)
committerCarl Worth <cworth@cworth.org>
Thu, 26 Nov 2009 03:24:27 +0000 (19:24 -0800)
commit34c840a23e1db4c6cf4a836b441d027fc17e9706
tree6aca75432c525537eeb85eef50de165878d69353
parent5c5727ab52c1d2ef3e8ef255949c078faaefc876
modify notmuch_setup_command to return 1 if config file write fails.

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