mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Simplification
This commit is contained in:
parent
2b47a3accf
commit
5024677487
1 changed files with 2 additions and 4 deletions
|
@ -333,10 +333,8 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
|||
return;
|
||||
|
||||
this.synchronize = parent.synchronize;
|
||||
if (EntityFolder.USER.equals(parent.type)) {
|
||||
this.poll = parent.poll;
|
||||
this.poll_factor = parent.poll_factor;
|
||||
}
|
||||
this.poll = parent.poll;
|
||||
this.poll_factor = parent.poll_factor;
|
||||
this.download = parent.download;
|
||||
//this.auto_classify_source = parent.auto_classify_source;
|
||||
//this.auto_classify_target = parent.auto_classify_target;
|
||||
|
|
Loading…
Reference in a new issue