X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-error.h;h=11a1803f4897522f8cfa98c1fea709b5f3153211;hb=d8de27fbff3a72a581ddf32c6c868b6dd80ee4cb;hp=cba6d3f63ff25108296f89e391ed988dba242446;hpb=a2e8dc72d76c5f8b3648e0c54d52f362a5dcefc7;p=modest diff --git a/src/modest-error.h b/src/modest-error.h index cba6d3f..11a1803 100644 --- a/src/modest-error.h +++ b/src/modest-error.h @@ -45,7 +45,6 @@ typedef enum _ModestErrorCode { 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, } ModestErrorCode;