Refactoring

This commit is contained in:
M66B
2023-10-04 16:48:44 +02:00
parent 69cd66ac4c
commit 29d80e5c0d
2 changed files with 4 additions and 2 deletions

View File

@@ -319,6 +319,9 @@ public class EntityFolder extends EntityOrder implements Serializable {
unified = true;
notify = true;
}
if ("poczta.o2.pl".equals(account.host) && INBOX.equals(name))
poll = true;
}
void inheritFrom(EntityFolder parent) {