]> rtime.felk.cvut.cz Git - notmuch.git/blobdiff - lib/message.cc
lib: actually return failures from notmuch_message_tags_to_maildir_flags
[notmuch.git] / lib / message.cc
index 68f7e68d8810e61b2fb397d62390615afdee9729..7e825480ecc6e5782a93113e13b0e9730fac96fc 100644 (file)
@@ -1497,7 +1497,7 @@ notmuch_message_tags_to_maildir_flags (notmuch_message_t *message)
     talloc_free (to_set);
     talloc_free (to_clear);
 
-    return NOTMUCH_STATUS_SUCCESS;
+    return status;
 }
 
 notmuch_status_t