mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Small improvement
This commit is contained in:
@@ -1553,7 +1553,7 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
break;
|
||||
|
||||
case EntityOperation.SYNC:
|
||||
if (EntityFolder.OUTBOX.equals(folder.type))
|
||||
if (folder.account == null)
|
||||
db.folder().setFolderError(folder.id, null);
|
||||
else
|
||||
synchronizeMessages(account, folder, (IMAPFolder) ifolder, jargs, state);
|
||||
|
||||
Reference in New Issue
Block a user