summaryrefslogtreecommitdiffstats
path: root/fetchmail-model.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-08-10 15:00:49 +0000
committerTed Trask <ttrask01@yahoo.com>2016-08-10 15:00:49 +0000
commitd2f8ec0a768afff202487ecdaa0a6b7ea61992b3 (patch)
tree08c51f9e17d154e8fb3467eb5e6fcc47730fad7a /fetchmail-model.lua
parente0bf6a5921177d45f3483ca3f655c4a2e8d74b7c (diff)
downloadacf-fetchmail-d2f8ec0a768afff202487ecdaa0a6b7ea61992b3.tar.bz2
acf-fetchmail-d2f8ec0a768afff202487ecdaa0a6b7ea61992b3.tar.xz
Remove trailing whitespaceHEADmaster
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