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) {
|
if (op.tries >= TOTAL_RETRY_MAX) {
|
||||||
// Giving up
|
// Giving up
|
||||||
|
op.cleanup(context);
|
||||||
db.operation().deleteOperation(op.id);
|
db.operation().deleteOperation(op.id);
|
||||||
ops.remove(op);
|
ops.remove(op);
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in New Issue