mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Added inherited folder type
This commit is contained in:
@@ -45,6 +45,7 @@ public class TupleMessageEx extends EntityMessage {
|
||||
public Integer folderColor;
|
||||
public String folderDisplay;
|
||||
public String folderType;
|
||||
public String folderInheritedType;
|
||||
public boolean folderUnified;
|
||||
public boolean folderReadOnly;
|
||||
public String identityName;
|
||||
@@ -150,6 +151,7 @@ public class TupleMessageEx extends EntityMessage {
|
||||
this.folderName.equals(other.folderName) &&
|
||||
Objects.equals(this.folderDisplay, other.folderDisplay) &&
|
||||
this.folderType.equals(other.folderType) &&
|
||||
Objects.equals(this.folderInheritedType, other.folderInheritedType) &&
|
||||
this.folderUnified == other.folderUnified &&
|
||||
this.folderReadOnly == other.folderReadOnly &&
|
||||
Objects.equals(this.identityName, other.identityName) &&
|
||||
|
||||
Reference in New Issue
Block a user