summaryrefslogtreecommitdiff
path: root/program/include/rcmail.php
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-07-31 15:23:06 +0000
committerthomascube <thomas@roundcube.net>2008-07-31 15:23:06 +0000
commitd224551cfbf5903505f41bc9e51ad9840119942f (patch)
treebba34ac33cfa6a1784cd08cdc8989a9ecab366bf /program/include/rcmail.php
parente1367cf1a6d2ea857c57ad1677de1a8f0c1f1a3e (diff)
Fix read_when_deleted behavior + javascript codestyle
Diffstat (limited to 'program/include/rcmail.php')
-rw-r--r--program/include/rcmail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcmail.php b/program/include/rcmail.php
index 965242037..f3b39709e 100644
--- a/program/include/rcmail.php
+++ b/program/include/rcmail.php
@@ -243,7 +243,7 @@ class rcmail
if (!($this->output instanceof rcube_template))
$this->output = new rcube_template($this->task, $framed);
- foreach (array('flag_for_deletion') as $js_config_var) {
+ 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));
}