X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-error.h;h=cba6d3f63ff25108296f89e391ed988dba242446;hp=97129c7f3d0aeb7d8533bd7ffc31abe49141e69e;hb=40a8f5cbe03bd040fe3403dbfa6806df4fb6bc8a;hpb=23fefc9a2356a2232909a6fbd2c026d09d3331bf diff --git a/src/modest-error.h b/src/modest-error.h index 97129c7..cba6d3f 100644 --- a/src/modest-error.h +++ b/src/modest-error.h @@ -44,7 +44,9 @@ 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_SIZE_LIMIT, + 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, } ModestErrorCode;