mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
Small improvement
This commit is contained in:
@@ -2098,6 +2098,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||
for (EntityFolder folder : db.folder().getFolders()) {
|
||||
db.folder().setFolderState(folder.id, null);
|
||||
db.folder().setFolderSyncState(folder.id, null);
|
||||
db.folder().setFolderPollCount(folder.id, 0);
|
||||
}
|
||||
|
||||
// Reset operations
|
||||
|
||||
Reference in New Issue
Block a user