From c2a2a5a5958946825588a46b408a5c82508825e0 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 1 Sep 2008 14:18:35 +0000 Subject: 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 --- fetchmail-editentry-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail-editentry-html.lsp') 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) %> -- cgit v1.2.3