X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-error.h;h=0a883c612a214a1f0525de735239733f4e9cb22e;hp=c2196852494aad59404e6721e12af00383666c6c;hb=ab8473048344d936ba2b3a09a3feecd2de37f7c6;hpb=1143726072a3548eff091a1ed86c32760176826e diff --git a/src/modest-error.h b/src/modest-error.h index c219685..0a883c6 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_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; G_END_DECLS