mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 03:15:39 +01:00
Removed per account on demand sync
This commit is contained in:
@@ -25,7 +25,6 @@ public class TupleFolderEx extends EntityFolder {
|
||||
public String accountName;
|
||||
public Integer accountColor;
|
||||
public String accountState;
|
||||
public Boolean accountOnDemand;
|
||||
public int messages;
|
||||
public int content;
|
||||
public int unseen;
|
||||
@@ -45,7 +44,6 @@ public class TupleFolderEx extends EntityFolder {
|
||||
Objects.equals(accountName, other.accountName) &&
|
||||
Objects.equals(this.accountColor, other.accountColor) &&
|
||||
Objects.equals(accountState, other.accountState) &&
|
||||
Objects.equals(this.accountOnDemand, other.accountOnDemand) &&
|
||||
this.messages == other.messages &&
|
||||
this.content == other.content &&
|
||||
this.unseen == other.unseen);
|
||||
|
||||
Reference in New Issue
Block a user