Revert "Enable noop by default"

This reverts commit ed740389d0.
This commit is contained in:
M66B
2024-09-28 21:02:47 +02:00
parent ada1d1fc9d
commit 47925745fc
4 changed files with 3 additions and 3055 deletions

View File

@@ -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", true);
provider.noop = getAttributeBooleanValue(xml, "noop", false);
provider.partial = getAttributeBooleanValue(xml, "partial", true);
provider.raw = getAttributeBooleanValue(xml, "raw", false);
provider.useip = getAttributeBooleanValue(xml, "useip", true);