summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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