summaryrefslogtreecommitdiffstats
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
parente0bf6a5921177d45f3483ca3f655c4a2e8d74b7c (diff)
downloadacf-fetchmail-d2f8ec0a768afff202487ecdaa0a6b7ea61992b3.tar.bz2
acf-fetchmail-d2f8ec0a768afff202487ecdaa0a6b7ea61992b3.tar.xz
Remove trailing whitespaceHEADmaster
-rw-r--r--Makefile2
-rw-r--r--fetchmail-listentries-html.lsp2
-rw-r--r--fetchmail-model.lua2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ac292aa..f0dff8b 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ APP_DIST=\
EXTRA_DIST=README Makefile config.mk
-DISTFILES=$(APP_DIST) $(EXTRA_DIST)
+DISTFILES=$(APP_DIST) $(EXTRA_DIST)
TAR=tar
diff --git a/fetchmail-listentries-html.lsp b/fetchmail-listentries-html.lsp
index 0904d7b..f407499 100644
--- a/fetchmail-listentries-html.lsp
+++ b/fetchmail-listentries-html.lsp
@@ -1,4 +1,4 @@
-<% local data, viewlibrary, page_info, session = ...
+<% local data, viewlibrary, page_info, session = ...
htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>
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