mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02:00
Consider folder closed when retrying operation failed
This commit is contained in:
@@ -504,6 +504,8 @@ class Core {
|
||||
|
||||
if (ops.size() == 0)
|
||||
state.batchCompleted(folder.id, priority, sequence);
|
||||
else
|
||||
state.error(new FolderClosedException(ifolder));
|
||||
} finally {
|
||||
Log.i(folder.name + " end process state=" + state + " pending=" + ops.size());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user