summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-04-30 20:36:02 +0000
committerTed Trask <ttrask01@yahoo.com>2008-04-30 20:36:02 +0000
commit2cb2a2ca458c28547b1b629e576fe4db918b6c4c (patch)
treec56c8464950ade91e477716eeca1909a52e44add
parentb4abf9273c755d60a829079de089d072a646bd9f (diff)
downloadacf-fetchmail-2cb2a2ca458c28547b1b629e576fe4db918b6c4c.tar.bz2
acf-fetchmail-2cb2a2ca458c28547b1b629e576fe4db918b6c4c.tar.xz
Modified cfe, removing option, errtxt, and name, and adding label - This may break things.
Rewrote password module, adding model Modified authenticator to make password module work git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1052 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--fetchmail-controller.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/fetchmail-controller.lua b/fetchmail-controller.lua
index 1419a99..8bb6d2a 100644
--- a/fetchmail-controller.lua
+++ b/fetchmail-controller.lua
@@ -34,8 +34,6 @@ local function displaycmdmanagement(pidofstatus)
-- next CFE can be used to present the result of the previous action
management.actionresult = cfe({ name="actionresult",
label="Previous action result",
- descr="", --Content of this variable is displayed as <PRE> ... </PRE> in BLACK text
- errtxt="", --Content of this variable is displayed as <PRE> ... </PRE> in RED text
})
-- Disable management buttons based on if the process is running or not