1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-06 03:50:08 +02:00

Update states.

This commit is contained in:
B. Petersen 2016-09-23 23:31:52 +02:00
parent 9a90f948bd
commit f67d3916e6

View file

@ -51,9 +51,9 @@ extern "C" {
#define MR_STATE_UNDEFINED 0 #define MR_STATE_UNDEFINED 0
#define MR_IN_UNREAD 1 /* incoming message not read */ #define MR_IN_UNREAD 1 /* incoming message not read */
#define MR_IN_READ 3 /* incoming message read */ #define MR_IN_READ 3 /* incoming message read */
#define MR_OUT_SEND 5 /* outgoing message put to server without errors (one check) */ #define MR_OUT_PENDING 5 /* hit "send" button - but the message is pending in some way, maybe we're offline (no checkmark) */
#define MR_OUT_DELIVERED 7 /* outgoing message successfully delivered (one check) */ #define MR_OUT_DELIVERED 7 /* outgoing message successfully delivered to server (one checkmark) */
#define MR_OUT_READ 9 /* outgoing message read (two checks) */ #define MR_OUT_READ 9 /* outgoing message read (two checkmarks; this requires goodwill on the receiver's side) */
typedef struct mrmsg_t typedef struct mrmsg_t