mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Use identity IP by default
This commit is contained in:
@@ -72,7 +72,7 @@ public class EntityIdentity {
|
||||
public String password;
|
||||
public String realm;
|
||||
@NonNull
|
||||
public Boolean use_ip = false; // instead of domain name
|
||||
public Boolean use_ip = true; // instead of domain name
|
||||
@NonNull
|
||||
public Boolean synchronize;
|
||||
@NonNull
|
||||
|
||||
Reference in New Issue
Block a user