summaryrefslogtreecommitdiffstats
path: root/fetchmail-editentry-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-05-29 15:23:40 +0000
committerTed Trask <ttrask01@yahoo.com>2009-05-29 15:23:40 +0000
commit3e7a40ed0af5c07ccdcc5a9cb0d60a9c4df385d5 (patch)
tree74fbc642c4ef728ff3c373568ecd01aaae357a21 /fetchmail-editentry-html.lsp
parentd5217f6baeb1fd3d6a7925846312a31e2830378f (diff)
downloadacf-fetchmail-3e7a40ed0af5c07ccdcc5a9cb0d60a9c4df385d5.tar.bz2
acf-fetchmail-3e7a40ed0af5c07ccdcc5a9cb0d60a9c4df385d5.tar.xz
Added support for envelope option for catchall accounts.
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 07150bb..31066fb 100644
--- a/fetchmail-editentry-html.lsp
+++ b/fetchmail-editentry-html.lsp
@@ -12,6 +12,6 @@ require("viewfunctions")
form.value.remotemailbox.readonly = true
form.value.localdomain.readonly = true
end
- local order = { "remotehost", "enabled", "method", "remotemailbox", "remotepassword", "ssl", "localhost", "localmailbox", "localdomain" }
+ local order = { "remotehost", "enabled", "method", "remotemailbox", "remotepassword", "ssl", "localhost", "localmailbox", "localdomain", "envelope" }
displayform(form, order)
%>