mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Consistency
This commit is contained in:
@@ -880,7 +880,7 @@ public class EmailProvider implements Parcelable {
|
||||
for (String link : Misc.getMSUrls(context, domain, email))
|
||||
try {
|
||||
URL url = new URL(link);
|
||||
return getMSAutodiscovery(context, domain, url, !open_safe, intf);
|
||||
return getMSAutodiscovery(context, domain, url, true, intf);
|
||||
} catch (Throwable ex) {
|
||||
Log.i(ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user