mirror of https://github.com/M66B/FairEmail.git
Revert "Special case for onet.pl failing to copy messages"
This reverts commit 3d75ab9646
.
This commit is contained in:
parent
69ed0b6344
commit
9338e3d4a3
|
@ -470,17 +470,6 @@ class Core {
|
|||
continue;
|
||||
}
|
||||
|
||||
if (EntityOperation.MOVE.equals(op.name) &&
|
||||
"imap.poczta.onet.pl".equals(account.host)) {
|
||||
ops.remove(op);
|
||||
db.operation().deleteOperation(op.id);
|
||||
if (message != null) {
|
||||
db.message().setMessageUiHide(message.id, false);
|
||||
db.message().setMessageError(message.id, Log.formatThrowable(ex, false));
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
||||
if (op.tries >= TOTAL_RETRY_MAX ||
|
||||
ex instanceof OutOfMemoryError ||
|
||||
ex instanceof FileNotFoundException ||
|
||||
|
|
Loading…
Reference in New Issue