From: Jani Nikula Date: Mon, 22 Sep 2014 09:54:52 +0000 (+0200) Subject: lib: actually return failures from notmuch_message_tags_to_maildir_flags X-Git-Tag: address-command-v2~69 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/commitdiff_plain/f42e2e43a0284491c02a55e45c2cf4233b2b94f1?hp=f42e2e43a0284491c02a55e45c2cf4233b2b94f1 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. ---