Skip to content
Snippets Groups Projects
Unverified Commit d5054f43 authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

Merge pull request #4761 from nextcloud/backport/4760/stable1.9

[stable1.9] Sync the new draft messages per UID
parents 8dc92349 7abbb2c7
No related branches found
No related tags found
No related merge requests found
......@@ -466,7 +466,7 @@ class AccountsController extends Controller {
$this->syncService->syncMailbox(
$account,
$draftsMailbox,
Horde_Imap_Client::SYNC_NEWMSGS,
Horde_Imap_Client::SYNC_NEWMSGSUIDS,
[],
false
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment