diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-10-03 11:07:00 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-10-03 11:07:00 +0200 |
commit | 0f4806ede6c5933c43221f714f68eeedff5ba389 (patch) | |
tree | 14acc2562af1ffc8444db018a4d0793685f270ca /plugins/managesieve/managesieve.js | |
parent | bfd24fcc04aec6cc9b6893e0754f98fac293ebb0 (diff) |
Added managesieve_domains option to limit redirect destinations
Diffstat (limited to 'plugins/managesieve/managesieve.js')
-rw-r--r-- | plugins/managesieve/managesieve.js | 2 |
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), |