mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-13 04:25:47 +02:00
Fetch on move when polling
This commit is contained in:
@@ -868,7 +868,7 @@ class Core {
|
||||
}
|
||||
|
||||
// Fetch appended/copied when needed
|
||||
if (draft || !target.synchronize || !istore.hasCapability("IDLE"))
|
||||
if (draft || !target.synchronize || target.poll || !istore.hasCapability("IDLE"))
|
||||
try {
|
||||
itarget.open(READ_WRITE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user