[PATCH] Return error status from notmuch_message_tags_to_maildir_flags().
Rob Browning
rlb at defaultvalue.org
Mon Feb 14 22:07:59 PST 2011
Signed-off-by: Rob Browning <rlb at defaultvalue.org>
---
lib/message.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/message.cc b/lib/message.cc
index 0590f76..979fad5 100644
--- a/lib/message.cc
+++ b/lib/message.cc
@@ -1252,7 +1252,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
--
1.7.2.3
More information about the notmuch
mailing list