]> rtime.felk.cvut.cz Git - notmuch.git/commit
lib: actually return failures from notmuch_message_tags_to_maildir_flags
authorJani Nikula <jani@nikula.org>
Mon, 22 Sep 2014 09:54:52 +0000 (11:54 +0200)
committerDavid Bremner <david@tethera.net>
Wed, 24 Sep 2014 18:19:34 +0000 (20:19 +0200)
commitf42e2e43a0284491c02a55e45c2cf4233b2b94f1
treec13f0a3929e553aff1d2db2e176294a3e77178a4
parentb2caa125ee6771bc80ef91c471cedeb9289b9d7d
lib: actually return failures from notmuch_message_tags_to_maildir_flags

The function takes great care to preserve the first error status it
encounters, yet fails to return that status to the caller. Fix it.
lib/message.cc