mirror of https://github.com/M66B/FairEmail.git
Small improvement
This commit is contained in:
parent
7fe99c055b
commit
3fc0b6cb27
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue