]> git.notmuchmail.org Git - notmuch/commit
new: Consistently treat fatal errors as fatal
authorAustin Clements <amdragon@MIT.EDU>
Sun, 22 Apr 2012 15:50:49 +0000 (11:50 -0400)
committerDavid Bremner <bremner@debian.org>
Wed, 25 Apr 2012 02:25:51 +0000 (23:25 -0300)
commite075ee37c9d42673e7e8b1d045915841b059735c
tree999984ddba42a09cc8e6d5aa0e9c4122121e3774
parentff53fb468e160c8c6910078cfa92dcb6b5caa728
new: Consistently treat fatal errors as fatal

Previously, fatal errors in add_files_recursive were not treated as
fatal by its callers (including itself!).  This makes
add_files_recursive errors consistently fatal and updates all callers
to treat them as fatal.
notmuch-new.c