Reset folder sync state on unrecoverable sync

pull/156/head
M66B 5 years ago
parent 259a67799d
commit e7fa7b83c4

@ -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)

Loading…
Cancel
Save