mirror of https://github.com/M66B/FairEmail.git
Skip inheriting from system folders
This commit is contained in:
parent
5892841389
commit
59cba42699
|
@ -326,6 +326,8 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
||||||
return;
|
return;
|
||||||
if (!EntityFolder.USER.equals(type))
|
if (!EntityFolder.USER.equals(type))
|
||||||
return;
|
return;
|
||||||
|
if (!EntityFolder.USER.equals(parent.type))
|
||||||
|
return;
|
||||||
|
|
||||||
this.synchronize = parent.synchronize;
|
this.synchronize = parent.synchronize;
|
||||||
if (EntityFolder.USER.equals(parent.type)) {
|
if (EntityFolder.USER.equals(parent.type)) {
|
||||||
|
|
Loading…
Reference in New Issue