From 6c8e660dc5571933730fbd5f717c15d9928c2e17 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 18 Nov 2008 21:17:33 +0000 Subject: Modified fetchmail to specify an entry by server, method, mailbox, and domain instead of just by server. git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1598 ab2d0c66-481e-0410-8bed-d214d4d58bed --- fetchmail-editentry-html.lsp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fetchmail-editentry-html.lsp') diff --git a/fetchmail-editentry-html.lsp b/fetchmail-editentry-html.lsp index 8917bc1..4253918 100644 --- a/fetchmail-editentry-html.lsp +++ b/fetchmail-editentry-html.lsp @@ -7,6 +7,10 @@ require("viewfunctions") form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action if page_info.action == "editentry" then form.value.remotehost.contenteditable = false + form.value.method.type = "text" + form.value.method.contenteditable = false + form.value.remotemailbox.contenteditable = false + form.value.localdomain.contenteditable = false end local order = { "remotehost", "enabled", "method", "remotemailbox", "remotepassword", "ssl", "localhost", "localmailbox", "localdomain" } displayform(form, order) -- cgit v1.2.3