Skip to content
Snippets Groups Projects
Commit 7abbb2c7 authored by Christoph Wurst's avatar Christoph Wurst Committed by backportbot[bot]
Browse files

Sync the new draft messages per UID

parent 8dc92349
No related branches found
No related tags found
No related merge requests found
...@@ -466,7 +466,7 @@ class AccountsController extends Controller { ...@@ -466,7 +466,7 @@ class AccountsController extends Controller {
$this->syncService->syncMailbox( $this->syncService->syncMailbox(
$account, $account,
$draftsMailbox, $draftsMailbox,
Horde_Imap_Client::SYNC_NEWMSGS, Horde_Imap_Client::SYNC_NEWMSGSUIDS,
[], [],
false 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