mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-27 08:01:50 +01:00
Defer download on initialize
This commit is contained in:
@@ -191,7 +191,7 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
||||
}
|
||||
|
||||
JSONArray jargs = new JSONArray();
|
||||
jargs.put(initialize == 0 ? days : Math.max(keep_days, initialize));
|
||||
jargs.put(initialize == 0 ? days : Math.min(keep_days, initialize));
|
||||
jargs.put(keep_days);
|
||||
jargs.put(download);
|
||||
jargs.put(auto_delete);
|
||||
|
||||
Reference in New Issue
Block a user