mirror of https://github.com/M66B/FairEmail.git
Small improvement
This commit is contained in:
parent
786fde2ca4
commit
f879b3f5a6
|
@ -409,6 +409,7 @@ class Core {
|
|||
|
||||
if (op.tries >= TOTAL_RETRY_MAX) {
|
||||
// Giving up
|
||||
op.cleanup(context);
|
||||
db.operation().deleteOperation(op.id);
|
||||
ops.remove(op);
|
||||
continue;
|
||||
|
|
Loading…
Reference in New Issue