summaryrefslogtreecommitdiffstats
path: root/fetchmail-editentry-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-09-01 14:18:35 +0000
committerTed Trask <ttrask01@yahoo.com>2008-09-01 14:18:35 +0000
commitc2a2a5a5958946825588a46b408a5c82508825e0 (patch)
tree56b049b5d7803f707b360a62e06c5c83a50aed00 /fetchmail-editentry-html.lsp
parentc86a24ab61ae44afb7c2a134f59bef15046fe7bf (diff)
downloadacf-fetchmail-c2a2a5a5958946825588a46b408a5c82508825e0.tar.bz2
acf-fetchmail-c2a2a5a5958946825588a46b408a5c82508825e0.tar.xz
Added ssl support to fetchmail. Plus a few bug fixes.
git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1440 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'fetchmail-editentry-html.lsp')
-rw-r--r--fetchmail-editentry-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail-editentry-html.lsp b/fetchmail-editentry-html.lsp
index 410b3ef..8917bc1 100644
--- a/fetchmail-editentry-html.lsp
+++ b/fetchmail-editentry-html.lsp
@@ -8,6 +8,6 @@ require("viewfunctions")
if page_info.action == "editentry" then
form.value.remotehost.contenteditable = false
end
- local order = { "remotehost", "enabled", "method", "remotemailbox", "remotepassword", "localhost", "localmailbox", "localdomain" }
+ local order = { "remotehost", "enabled", "method", "remotemailbox", "remotepassword", "ssl", "localhost", "localmailbox", "localdomain" }
displayform(form, order)
%>