From 3e7a40ed0af5c07ccdcc5a9cb0d60a9c4df385d5 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 29 May 2009 15:23:40 +0000 Subject: Added support for envelope option for catchall accounts. --- 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 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) %> -- cgit v1.2.3