diff options
author | alecpl <alec@alec.pl> | 2009-06-05 16:13:24 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-06-05 16:13:24 +0000 |
commit | 0b2ce91f25aed4c174c437e679155d30bd0387bf (patch) | |
tree | 4160c737d4eb52901381292ab05a1a8cb436eea3 /program/include/rcmail.php | |
parent | cf7f222870eac0e3cb84c43ea2c7ee8b9ce206ca (diff) |
- Reviewed/fixed skip_deleted/read_when_deleted/flag_for_deletion options handling in UI
Diffstat (limited to 'program/include/rcmail.php')
-rw-r--r-- | program/include/rcmail.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/program/include/rcmail.php b/program/include/rcmail.php index afcc33af8..22ec20b90 100644 --- a/program/include/rcmail.php +++ b/program/include/rcmail.php @@ -301,10 +301,6 @@ class rcmail if (!($this->output instanceof rcube_template)) $this->output = new rcube_template($this->task, $framed); - foreach (array('flag_for_deletion','read_when_deleted') as $js_config_var) { - $this->output->set_env($js_config_var, $this->config->get($js_config_var)); - } - // set keep-alive/check-recent interval if ($keep_alive = $this->config->get('keep_alive')) { // be sure that it's less than session lifetime |