Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-03-15 15:59:36 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-03-15 15:59:36 +0300
commit6ab8ca62568c6ebd4fd00fc66bf64568bcdb1fb2 (patch)
tree6e3b3482515c907f2bc62149b48c606984cbf28b /lib
parent5aabf920591f3fa335271b04033656e5cf5aafa8 (diff)
Sync the new draft messages per UID
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib')
-rw-r--r--lib/Controller/AccountsController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/AccountsController.php b/lib/Controller/AccountsController.php
index be4ba7602..be3947fbb 100644
--- a/lib/Controller/AccountsController.php
+++ b/lib/Controller/AccountsController.php
@@ -466,7 +466,7 @@ class AccountsController extends Controller {
$this->syncService->syncMailbox(
$account,
$draftsMailbox,
- Horde_Imap_Client::SYNC_NEWMSGS,
+ Horde_Imap_Client::SYNC_NEWMSGSUIDS,
[],
false
);