mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
Skip inheriting from system folders
This commit is contained in:
@@ -326,6 +326,8 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
||||
return;
|
||||
if (!EntityFolder.USER.equals(type))
|
||||
return;
|
||||
if (!EntityFolder.USER.equals(parent.type))
|
||||
return;
|
||||
|
||||
this.synchronize = parent.synchronize;
|
||||
if (EntityFolder.USER.equals(parent.type)) {
|
||||
|
||||
Reference in New Issue
Block a user