Consistency

This commit is contained in:
M66B 2023-06-14 13:04:38 +02:00
parent 7e69052f2e
commit f399fd0f7a
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}