1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-23 22:51:02 +00:00

Fetch after move only if folder disabled or no idle

This commit is contained in:
M66B 2019-09-27 15:32:29 +02:00
parent 1c4e267fcb
commit 774f97819d

View file

@ -720,7 +720,9 @@ class Core {
ifolder.expunge();
}
// Fetch appended/copied
// Fetch appended/copied when needed
if (!TextUtils.isEmpty(message.msgid) &&
(!folder.synchronize || !istore.hasCapability("IDLE")))
try {
itarget.open(READ_WRITE);
try {