mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 01:53:25 +02:00
POP3 reload only if leave on server
This commit is contained in:
@@ -39,6 +39,7 @@ public class TupleMessageEx extends EntityMessage {
|
||||
public Integer accountColor;
|
||||
public boolean accountNotify;
|
||||
public boolean accountSummary;
|
||||
public boolean accountLeaveOnServer;
|
||||
public boolean accountLeaveDeleted;
|
||||
public boolean accountAutoSeen;
|
||||
public String folderName;
|
||||
@@ -136,6 +137,7 @@ public class TupleMessageEx extends EntityMessage {
|
||||
Objects.equals(this.accountColor, other.accountColor) &&
|
||||
this.accountNotify == other.accountNotify &&
|
||||
this.accountSummary == other.accountSummary &&
|
||||
this.accountLeaveOnServer == other.accountLeaveOnServer &&
|
||||
this.accountLeaveDeleted == other.accountLeaveDeleted &&
|
||||
this.accountAutoSeen == other.accountAutoSeen &&
|
||||
this.folderName.equals(other.folderName) &&
|
||||
|
||||
Reference in New Issue
Block a user