mirror of
https://github.com/chatmail/core.git
synced 2026-05-18 22:36:29 +03:00
For now, 'Saved messages' are auto-deleted from the server, but not from device
This commit is contained in:
committed by
Alexander Krotov
parent
248e6ea5e7
commit
ff8b249cc6
@@ -379,9 +379,8 @@ char* dc_get_blobdir (const dc_context_t* context);
|
|||||||
* Messages are deleted whether they were seen or not, the UI should clearly point that out.
|
* Messages are deleted whether they were seen or not, the UI should clearly point that out.
|
||||||
* - `delete_server_after` = 0=do not delete messages from server automatically (default),
|
* - `delete_server_after` = 0=do not delete messages from server automatically (default),
|
||||||
* >=1=seconds, after which messages are deleted automatically from the server.
|
* >=1=seconds, after which messages are deleted automatically from the server.
|
||||||
* Messages in the "saved messages" chat (see dc_chat_is_self_talk()) are skipped.
|
* "Saved messages" are deleted from the server as well as
|
||||||
* Also emails matching the `show_emails` settings above are deleted from the server,
|
* emails matching the `show_emails` settings above, the UI should clearly point that out.
|
||||||
* the UI should clearly point that out.
|
|
||||||
*
|
*
|
||||||
* If you want to retrieve a value, use dc_get_config().
|
* If you want to retrieve a value, use dc_get_config().
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user