mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 00:20:50 +01:00
Added folder setting to disable automatically downloading of message texts and attachments
This commit is contained in:
@@ -71,6 +71,8 @@ public class EntityFolder implements Serializable {
|
||||
@NonNull
|
||||
public Boolean poll = false;
|
||||
@NonNull
|
||||
public Boolean download = true;
|
||||
@NonNull
|
||||
public Integer sync_days;
|
||||
@NonNull
|
||||
public Integer keep_days;
|
||||
|
||||
Reference in New Issue
Block a user