mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 00:23:09 +02:00
Added folder waiting state
This commit is contained in:
@@ -1243,7 +1243,10 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
Log.w(folder.name, ex);
|
||||
}
|
||||
}
|
||||
db.folder().setFolderState(folder.id, null);
|
||||
if (folder.synchronize && (folder.poll || !capIdle))
|
||||
db.folder().setFolderState(folder.id, "waiting");
|
||||
else
|
||||
db.folder().setFolderState(folder.id, null);
|
||||
}
|
||||
}
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user