1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-03 13:44:40 +00:00

Disable block list lookup

This commit is contained in:
M66B 2020-01-30 13:14:57 +01:00
parent 91e909e78a
commit 38ee55b2ec

View file

@ -2151,7 +2151,7 @@ class Core {
message.warning = Log.formatThrowable(ex, false);
}
boolean check_spam = prefs.getBoolean("check_spam", BuildConfig.DEBUG);
boolean check_spam = prefs.getBoolean("check_spam", false);
if (check_spam)
try {
String host = helper.getReceivedFromHost();