X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-new.c;h=82e2d3582a0fe85d51e02a7f766121b3b42d9190;hp=fb59d90c15f4646a9046cceab0bcecc661608ab3;hb=e59cc0031fbf84f49e32dedb9927f427d2c49309;hpb=957f1ba3fc1d737887029ff1787fc6bea94de00b diff --git a/notmuch-new.c b/notmuch-new.c index fb59d90c..82e2d358 100644 --- a/notmuch-new.c +++ b/notmuch-new.c @@ -488,6 +488,7 @@ add_files_recursive (notmuch_database_t *notmuch, case NOTMUCH_STATUS_NULL_POINTER: case NOTMUCH_STATUS_TAG_TOO_LONG: case NOTMUCH_STATUS_UNBALANCED_FREEZE_THAW: + case NOTMUCH_STATUS_UNBALANCED_ATOMIC: case NOTMUCH_STATUS_LAST_STATUS: INTERNAL_ERROR ("add_message returned unexpected value: %d", status); goto DONE;