X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-error.h;h=e9295172ba34607586a2bc014df28a42e26196f2;hp=f78a9f12a0341a8420df1e0892e775481555434f;hb=c870f4dab06bcfbafd3be3b57ad510ce925fc080;hpb=e58bba828bffa06364fd5c014ce02f5763328325 diff --git a/src/modest-error.h b/src/modest-error.h index f78a9f1..e929517 100644 --- a/src/modest-error.h +++ b/src/modest-error.h @@ -48,6 +48,8 @@ typedef enum _ModestErrorCode { MODEST_MAIL_OPERATION_ERROR_RETRIEVAL_NUMBER_LIMIT, /* There were too many messages to retrieve. */ MODEST_MAIL_OPERATION_ERROR_INSTANCE_CREATION_FAILED, MODEST_MAIL_OPERATION_ERROR_FILE_IO, /* couldn't retrieve a file to construct a mail */ + MODEST_MAIL_OPERATION_ERROR_SEND_QUEUE_ADD_ERROR, + MODEST_MAIL_OPERATION_ERROR_LOW_MEMORY, } ModestErrorCode; G_END_DECLS