mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Added advanced account option for summary only notifications
This commit is contained in:
@@ -39,6 +39,7 @@ public class TupleMessageEx extends EntityMessage {
|
||||
public String accountCategory;
|
||||
public Integer accountColor;
|
||||
public boolean accountNotify;
|
||||
public boolean accountSummary;
|
||||
public boolean accountLeaveDeleted;
|
||||
public boolean accountAutoSeen;
|
||||
public String folderName;
|
||||
@@ -146,6 +147,7 @@ public class TupleMessageEx extends EntityMessage {
|
||||
Objects.equals(this.accountCategory, other.accountCategory) &&
|
||||
Objects.equals(this.accountColor, other.accountColor) &&
|
||||
this.accountNotify == other.accountNotify &&
|
||||
this.accountSummary == other.accountSummary &&
|
||||
this.accountLeaveDeleted == other.accountLeaveDeleted &&
|
||||
this.accountAutoSeen == other.accountAutoSeen &&
|
||||
this.folderName.equals(other.folderName) &&
|
||||
|
||||
Reference in New Issue
Block a user