This commit is contained in:
M66B 2019-09-27 15:54:13 +02:00
parent 80d9a25af5
commit 6e413f5420
1 changed files with 1 additions and 1 deletions

View File

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