mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-25 23:20:53 +01:00
Export with sync off
This commit is contained in:
@@ -84,7 +84,7 @@ public class EntityIdentity {
|
||||
json.put("password", "");
|
||||
json.put("auth_type", auth_type);
|
||||
json.put("primary", primary);
|
||||
json.put("synchronize", synchronize);
|
||||
json.put("synchronize", false);
|
||||
json.put("store_sent", store_sent);
|
||||
return json;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user