mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-05 19:42:04 +02:00
comment
This commit is contained in:
parent
239893abf7
commit
6af75fd9ff
1 changed files with 2 additions and 1 deletions
|
@ -190,7 +190,8 @@ int dc_msg_get_viewtype(const dc_msg_t* msg)
|
||||||
*
|
*
|
||||||
* Outgoing message states:
|
* Outgoing message states:
|
||||||
* - DC_STATE_OUT_PREPARING (18) - For files which need time to be prepared before they can be sent,
|
* - DC_STATE_OUT_PREPARING (18) - For files which need time to be prepared before they can be sent,
|
||||||
* the message enters this state before #DC_STATE_OUT_PENDING.
|
* the message enters this state before DC_STATE_OUT_PENDING.
|
||||||
|
* - DC_STATE_OUT_DRAFT (19) - Message saved as draft using dc_set_draft()
|
||||||
* - DC_STATE_OUT_PENDING (20) - The user has send the "send" button but the
|
* - DC_STATE_OUT_PENDING (20) - The user has send the "send" button but the
|
||||||
* message is not yet sent and is pending in some way. Maybe we're offline (no checkmark).
|
* message is not yet sent and is pending in some way. Maybe we're offline (no checkmark).
|
||||||
* - DC_STATE_OUT_FAILED (24) - _Unrecoverable_ error (_recoverable_ errors result in pending messages), you'll receive the event #DC_EVENT_MSG_FAILED.
|
* - DC_STATE_OUT_FAILED (24) - _Unrecoverable_ error (_recoverable_ errors result in pending messages), you'll receive the event #DC_EVENT_MSG_FAILED.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue