From bba25299f8d1569f560fc66f82837c95145ee121 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Thu, 22 Sep 2011 03:49:33 -0400 Subject: [PATCH] - Fix bug where after delete message rows can be added to the list of another folder (#1487752) --- program/steps/mail/move_del.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/steps/mail/move_del.inc b/program/steps/mail/move_del.inc index e77979a..a42bc90 100644 --- a/program/steps/mail/move_del.inc +++ b/program/steps/mail/move_del.inc @@ -121,7 +121,7 @@ } $OUTPUT->command('set_quota', rcmail_quota_content()); - $OUTPUT->command('set_rowcount', rcmail_get_messagecount_text($msg_count)); + $OUTPUT->command('set_rowcount', rcmail_get_messagecount_text($msg_count), $mbox); if ($IMAP->threading) $count = get_input_value('_count', RCUBE_INPUT_POST); -- Gitblit v1.9.1