mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-30 20:56:38 +02:00
Enable noop by default
This commit is contained in:
@@ -262,7 +262,7 @@ public class EmailProvider implements Parcelable {
|
||||
|
||||
provider.order = getAttributeIntValue(xml, "order", Integer.MAX_VALUE);
|
||||
provider.keepalive = getAttributeIntValue(xml, "keepalive", 0);
|
||||
provider.noop = getAttributeBooleanValue(xml, "noop", false);
|
||||
provider.noop = getAttributeBooleanValue(xml, "noop", true);
|
||||
provider.partial = getAttributeBooleanValue(xml, "partial", true);
|
||||
provider.raw = getAttributeBooleanValue(xml, "raw", false);
|
||||
provider.useip = getAttributeBooleanValue(xml, "useip", true);
|
||||
|
||||
Reference in New Issue
Block a user