Fetch on move when polling

This commit is contained in:
M66B 2020-01-17 09:09:25 +01:00
parent 03ed6c057d
commit 5d8b6a44a4
1 changed files with 1 additions and 1 deletions

View File

@ -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);