summaryrefslogtreecommitdiff
path: root/plugins/managesieve/managesieve.js
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-10-03 11:07:00 +0200
committerAleksander Machniak <alec@alec.pl>2013-10-03 11:07:00 +0200
commit0f4806ede6c5933c43221f714f68eeedff5ba389 (patch)
tree14acc2562af1ffc8444db018a4d0793685f270ca /plugins/managesieve/managesieve.js
parentbfd24fcc04aec6cc9b6893e0754f98fac293ebb0 (diff)
Added managesieve_domains option to limit redirect destinations
Diffstat (limited to 'plugins/managesieve/managesieve.js')
-rw-r--r--plugins/managesieve/managesieve.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/managesieve/managesieve.js b/plugins/managesieve/managesieve.js
index 156bce6f0..fa13b7125 100644
--- a/plugins/managesieve/managesieve.js
+++ b/plugins/managesieve/managesieve.js
@@ -664,7 +664,7 @@ function action_type_select(id)
v = obj.value, enabled = {},
elems = {
mailbox: document.getElementById('action_mailbox' + id),
- target: document.getElementById('action_target' + id),
+ target: document.getElementById('redirect_target' + id),
target_area: document.getElementById('action_target_area' + id),
flags: document.getElementById('action_flags' + id),
vacation: document.getElementById('action_vacation' + id),