mirror of https://github.com/M66B/FairEmail.git
Fix
This commit is contained in:
parent
80d9a25af5
commit
6e413f5420
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue