]> git.notmuchmail.org Git - notmuch/commit
lib: Add missing status check in _notmuch_message_remove_filename.
authorAustin Clements <amdragon@mit.edu>
Fri, 10 Jun 2011 19:58:18 +0000 (15:58 -0400)
committerDavid Bremner <bremner@debian.org>
Tue, 13 Sep 2011 02:36:00 +0000 (23:36 -0300)
commit62445dd0231c4f9e49f0be293e9f539d63bfdc99
tree9ac8f1459d869dbad591ebba9de50291ebd8edcb
parent003e718020b335f329f852ff1a3da23873d2ff6e
lib: Add missing status check in _notmuch_message_remove_filename.

Previously, this function would synchronize the folder list even if
removing the file name failed.  Now it returns immediately if removing
the file name fails.
lib/message.cc