summaryrefslogtreecommitdiffstats
path: root/fetchmail-model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail-model.lua')
-rw-r--r--fetchmail-model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail-model.lua b/fetchmail-model.lua
index cd36f89..aa1e8c7 100644
--- a/fetchmail-model.lua
+++ b/fetchmail-model.lua
@@ -260,7 +260,7 @@ local function writeentryline(entrystruct, entryline)
end
if entrystruct.value.method.value == "pop3domain" then
if entrystruct.value.envelope.value == "disabled" then
-
+
serveroptions[#serveroptions+1] = "no"
serveroptions[#serveroptions+1] = "envelope"
else