* Fixes NB#87102, append the signature at the end of the message
[modest] / src / modest-error.h
index 2e2d2ae..e929517 100644 (file)
@@ -49,6 +49,7 @@ typedef enum _ModestErrorCode {
        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