summaryrefslogtreecommitdiff
path: root/program/steps/mail/func.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-09-22 07:49:33 +0000
committeralecpl <alec@alec.pl>2011-09-22 07:49:33 +0000
commitbba25299f8d1569f560fc66f82837c95145ee121 (patch)
tree67106f791d135c37891a428545fe4c050b924874 /program/steps/mail/func.inc
parent48a06551da5625830b1c5cd901af816e26ef489b (diff)
- Fix bug where after delete message rows can be added to the list of another folder (#1487752)
Diffstat (limited to 'program/steps/mail/func.inc')
-rw-r--r--program/steps/mail/func.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc
index 57ad9c7c3..6ece17511 100644
--- a/program/steps/mail/func.inc
+++ b/program/steps/mail/func.inc
@@ -320,7 +320,7 @@ function rcmail_js_message_list($a_headers, $insert_top=FALSE, $a_show_cols=null
}
if ($IMAP->threading) {
- $OUTPUT->command('init_threads', (array) $roots);
+ $OUTPUT->command('init_threads', (array) $roots, $mbox);
}
}