]> git.notmuchmail.org Git - notmuch/commitdiff
notmuch-restore: fix return value propagation
authorDavid Bremner <bremner@debian.org>
Sun, 16 Dec 2012 20:04:21 +0000 (16:04 -0400)
committerDavid Bremner <bremner@debian.org>
Sun, 23 Dec 2012 03:11:47 +0000 (23:11 -0400)
Previously notmuch_restore_command returned 0 if tag_message returned
a non-zero (failure) value. This is wrong, since non-zero status
indicates something mysterious went wrong with retrieving the message,
or applying it.

There was also a failure to check or propagate the return value from
tag_op_list_apply in tag_message.


No differences found