mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 09:33:39 +02:00
Reset folder sync state on unrecoverable sync
This commit is contained in:
@@ -248,6 +248,10 @@ class Core {
|
||||
// There is no use in repeating
|
||||
db.operation().deleteOperation(op.id);
|
||||
|
||||
// Cleanup
|
||||
if (EntityOperation.SYNC.equals(op.name))
|
||||
db.folder().setFolderSyncState(folder.id, null);
|
||||
|
||||
// Cleanup
|
||||
if (message != null) {
|
||||
if (ex instanceof MessageRemovedException)
|
||||
|
||||
Reference in New Issue
Block a user