]> git.notmuchmail.org Git - notmuch/commitdiff
cli: bail out and propagate tagging errors in notmuch tag
authorJani Nikula <jani@nikula.org>
Tue, 8 Jan 2013 21:41:54 +0000 (23:41 +0200)
committerDavid Bremner <bremner@debian.org>
Thu, 10 Jan 2013 03:08:48 +0000 (23:08 -0400)
Checking and propagating tag_op_list_apply() errors is especially
important with batch tagging, as the processing of the batch input
would not stop otherwise. Additionally this sets the exit code, which
is useful in scripts.

Amended by: David Bremner


No differences found