mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 08:32:16 +01:00
Allow accounts to be exempted from polling
This commit is contained in:
@@ -89,6 +89,8 @@ public class EntityAccount extends EntityOrder implements Serializable {
|
||||
@NonNull
|
||||
public Boolean ondemand = false;
|
||||
@NonNull
|
||||
public Boolean poll_exempted = false;
|
||||
@NonNull
|
||||
public Boolean primary;
|
||||
@NonNull
|
||||
public Boolean notify = false;
|
||||
|
||||
Reference in New Issue
Block a user