X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-error.h;h=11a1803f4897522f8cfa98c1fea709b5f3153211;hp=d6b314118645fa2c9b68369a93513315dc07d680;hb=ab8f1b74bd81753cf93ec2d1664dc2d101ee2267;hpb=9d3a89b13fed066f8e7acddc6ae3509e13cb8e44 diff --git a/src/modest-error.h b/src/modest-error.h index d6b3141..11a1803 100644 --- a/src/modest-error.h +++ b/src/modest-error.h @@ -44,8 +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_RETRIEVAL_NUMBER_LIMIT, /* There were too many messages to retrieve. */ + MODEST_MAIL_OPERATION_ERROR_INSTANCE_CREATION_FAILED, } ModestErrorCode; G_END_DECLS