diff options
author | Ted Trask <ttrask01@yahoo.com> | 2016-08-10 15:00:49 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2016-08-10 15:00:49 +0000 |
commit | d2f8ec0a768afff202487ecdaa0a6b7ea61992b3 (patch) | |
tree | 08c51f9e17d154e8fb3467eb5e6fcc47730fad7a | |
parent | e0bf6a5921177d45f3483ca3f655c4a2e8d74b7c (diff) | |
download | acf-fetchmail-master.tar.bz2 acf-fetchmail-master.tar.xz |
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | fetchmail-listentries-html.lsp | 2 | ||||
-rw-r--r-- | fetchmail-model.lua | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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 |