mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-27 16:10:58 +01:00
Export with sync off
This commit is contained in:
@@ -90,7 +90,7 @@ public class EntityAccount {
|
||||
json.put("password", "");
|
||||
json.put("auth_type", auth_type);
|
||||
json.put("primary", primary);
|
||||
json.put("synchronize", synchronize);
|
||||
json.put("synchronize", false);
|
||||
if (color != null)
|
||||
json.put("color", color);
|
||||
json.put("poll_interval", poll_interval);
|
||||
|
||||
Reference in New Issue
Block a user