X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-error.h;h=cba6d3f63ff25108296f89e391ed988dba242446;hb=b0ff75606854e5b7f7bad6ed1c632d5d01cabc8b;hp=0a883c612a214a1f0525de735239733f4e9cb22e;hpb=3e060acfc9902bc0dc5e560c4b8ff35ced89d766;p=modest diff --git a/src/modest-error.h b/src/modest-error.h index 0a883c6..cba6d3f 100644 --- a/src/modest-error.h +++ b/src/modest-error.h @@ -44,6 +44,7 @@ typedef enum _ModestErrorCode { MODEST_MAIL_OPERATION_ERROR_OPERATION_CANCELED, MODEST_MAIL_OPERATION_ERROR_ITEM_NOT_FOUND, MODEST_MAIL_OPERATION_ERROR_FOLDER_RULES, + MODEST_MAIL_OPERATION_ERROR_FOLDER_EXISTS, /* Folder to be created exists already. */ MODEST_MAIL_OPERATION_ERROR_MESSAGE_SIZE_LIMIT, /* A message was too big to retrieve. */ MODEST_MAIL_OPERATION_ERROR_RETRIEVAL_NUMBER_LIMIT, /* There were too many messages to retrieve. */ MODEST_MAIL_OPERATION_ERROR_INSTANCE_CREATION_FAILED,