sync message deletion to other devices (#6573)

this PR synchronises deletion of messages across devices and adds a test
for it

---------

Co-authored-by: Hocuri <hocuri@gmx.de>
This commit is contained in:
bjoern
2025-02-26 15:26:19 +01:00
committed by GitHub
parent 9f67d0f905
commit 8ffdd55f79
4 changed files with 133 additions and 48 deletions

View File

@@ -1963,7 +1963,7 @@ char* dc_get_mime_headers (dc_context_t* context, uint32_t ms
/**
* Delete messages. The messages are deleted on the current device and
* Delete messages. The messages are deleted on all devices and
* on the IMAP server.
*
* @memberof dc_context_t