Export/import passwords

This commit is contained in:
M66B
2018-11-13 14:40:55 +01:00
parent 6cd2b61d03
commit 124f97bf56
3 changed files with 5 additions and 5 deletions

View File

@@ -88,12 +88,12 @@ public class EntityIdentity {
json.put("insecure", insecure);
json.put("port", port);
json.put("user", user);
json.put("password", "");
json.put("password", password);
json.put("auth_type", auth_type);
json.put("primary", primary);
if (color != null)
json.put("color", color);
json.put("synchronize", false);
json.put("synchronize", synchronize);
json.put("store_sent", store_sent);
if (sent_folder != null)
json.put("sent_folder", sent_folder);