]> git.notmuchmail.org Git - notmuch/blobdiff - database.cc
notmuch restore: Fix to remove all tags before adding tags.
[notmuch] / database.cc
index ad91a7d72c8c3521c9e6588c1914af331b8ddd01..9831d79cdf912f50da160289268c1db504d6d836 100644 (file)
@@ -166,6 +166,8 @@ notmuch_status_to_string (notmuch_status_t status)
        return "Erroneous NULL pointer";
     case NOTMUCH_STATUS_TAG_TOO_LONG:
        return "Tag value is too long (exceeds NOTMUCH_TAG_MAX)";
+    case NOTMUCH_STATUS_UNBALANCED_FREEZE_THAW:
+       return "Unblanced number of calls to notmuch_message_freeze/thaw";
     default:
     case NOTMUCH_STATUS_LAST_STATUS:
        return "Unknown error status value";