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:
parent
1c4e267fcb
commit
774f97819d
1 changed files with 15 additions and 13 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue