mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Store folder is subscribed
This commit is contained in:
@@ -76,6 +76,7 @@ public class EntityFolder implements Serializable {
|
||||
public Boolean poll = false;
|
||||
@NonNull
|
||||
public Boolean download = true;
|
||||
public Boolean subscribed;
|
||||
@NonNull
|
||||
public Integer sync_days;
|
||||
@NonNull
|
||||
@@ -259,6 +260,7 @@ public class EntityFolder implements Serializable {
|
||||
this.synchronize.equals(other.synchronize) &&
|
||||
this.poll.equals(other.poll) &&
|
||||
this.download.equals(other.download) &&
|
||||
Objects.equals(this.subscribed, other.subscribed) &&
|
||||
this.sync_days.equals(other.sync_days) &&
|
||||
this.keep_days.equals(other.keep_days) &&
|
||||
Objects.equals(this.display, other.display) &&
|
||||
|
||||
Reference in New Issue
Block a user