summaryrefslogtreecommitdiffstats
path: root/vmail-editusersettings-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'vmail-editusersettings-html.lsp')
-rw-r--r--vmail-editusersettings-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmail-editusersettings-html.lsp b/vmail-editusersettings-html.lsp
index 77cb5bf..4efe709 100644
--- a/vmail-editusersettings-html.lsp
+++ b/vmail-editusersettings-html.lsp
@@ -10,6 +10,6 @@ require("viewfunctions")
end
form.value["vm-password"].type = "password"
form.value["vm-password-confirm"].type = "password"
- local order = {"username", "fullname", "vm-password", "vm-password-confirm", "vm-mailto", "vm-email-all-messages", "vm-attach-file", "vm-keep-local-after-email", "vm-notify-mailto", "vm-notify-email-all-messages", "vm-say-caller-id", "vm-say-envelope"}
+ local order = {"username", "fullname", "vm-password", "vm-password-confirm", "vm-mailto", "vm-email-all-messages", "vm-attach-file", "vm-keep-local-after-email", "vm-notify-mailto", "vm-notify-email-all-messages"}
displayform(form, order)
%>