mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 03:19:24 +01:00
Check on starttls changed
This commit is contained in:
@@ -892,7 +892,7 @@ public class FragmentAccount extends FragmentBase {
|
||||
boolean check = (synchronize && (account == null ||
|
||||
!account.synchronize || account.error != null ||
|
||||
!account.insecure.equals(insecure) ||
|
||||
!host.equals(account.host) || Integer.parseInt(port) != account.port ||
|
||||
!host.equals(account.host) || starttls != account.starttls || Integer.parseInt(port) != account.port ||
|
||||
!user.equals(account.user) || !password.equals(account.password) ||
|
||||
!Objects.equals(realm, accountRealm)));
|
||||
boolean reload = (check || account == null ||
|
||||
|
||||
Reference in New Issue
Block a user