summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail/check_recent.inc
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-09-22 07:49:33 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-09-22 07:49:33 +0000
commit51bffd16f124e26c232a192c852a05f795a171ce (patch)
tree595275a0b0a36767f3b558a62e94a3f515c79a62 /roundcubemail/program/steps/mail/check_recent.inc
parent4d311edcc97cb82309025eeffa0c1e4ab93e076c (diff)
- Fix bug where after delete message rows can be added to the list of another folder (#1487752)
git-svn-id: https://svn.roundcube.net/trunk@5266 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/mail/check_recent.inc')
-rw-r--r--roundcubemail/program/steps/mail/check_recent.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/check_recent.inc b/roundcubemail/program/steps/mail/check_recent.inc
index c7d607cf9..e22cccca5 100644
--- a/roundcubemail/program/steps/mail/check_recent.inc
+++ b/roundcubemail/program/steps/mail/check_recent.inc
@@ -81,7 +81,7 @@ foreach ($a_mailboxes as $mbox_name) {
$OUTPUT->set_env('messagecount', $all_count);
$OUTPUT->set_env('pagecount', ceil($all_count/$IMAP->page_size));
- $OUTPUT->command('set_rowcount', rcmail_get_messagecount_text($all_count));
+ $OUTPUT->command('set_rowcount', rcmail_get_messagecount_text($all_count), $mbox_name);
$OUTPUT->set_env('current_page', $all_count ? $IMAP->list_page : 1);
// remove old rows (and clear selection if new list is empty)