summaryrefslogtreecommitdiff
path: root/program/steps/mail/check_recent.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-05-15 12:15:58 +0000
committeralecpl <alec@alec.pl>2010-05-15 12:15:58 +0000
commite99d21ba051fb2b67147ab1da9c531d7acf8d99b (patch)
tree408024ef8ffea063c5be205f43d7596daab81174 /program/steps/mail/check_recent.inc
parenta4a270be84051e70f3f3c56d347a724000b0b454 (diff)
- remove offline message list generation on IE, this doesn't realy improve performance now
Diffstat (limited to 'program/steps/mail/check_recent.inc')
-rw-r--r--program/steps/mail/check_recent.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/check_recent.inc b/program/steps/mail/check_recent.inc
index 76546ace1..3031bf715 100644
--- a/program/steps/mail/check_recent.inc
+++ b/program/steps/mail/check_recent.inc
@@ -72,7 +72,7 @@ foreach ($a_mailboxes as $mbox_name) {
if ($all_count) {
$a_headers = $IMAP->list_headers($mbox_name, null, $_SESSION['sort_col'], $_SESSION['sort_order']);
// add message rows
- rcmail_js_message_list($a_headers, false, false);
+ rcmail_js_message_list($a_headers, false);
// remove messages that don't exists from list selection array
$OUTPUT->command('update_selection');
}