summaryrefslogtreecommitdiff
path: root/program/steps/mail/check_recent.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-04-23 06:15:21 +0000
committeralecpl <alec@alec.pl>2009-04-23 06:15:21 +0000
commit7a723522945b8954681171aa012b7ee1431a45cd (patch)
treef810ecbeb55f445f884303135bd24290524a3e1d /program/steps/mail/check_recent.inc
parentb659c3e2424a5602808cf3d48f4044a3975c9dd2 (diff)
- messages list fix for IE
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 a0668537d..8d757d440 100644
--- a/program/steps/mail/check_recent.inc
+++ b/program/steps/mail/check_recent.inc
@@ -62,7 +62,7 @@ foreach ($a_mailboxes as $mbox_name) {
// get the headers
$result_h = $IMAP->list_headers($mbox_name, 1, 'date', 'DESC');
// add to the list
- rcmail_js_message_list($result_h, TRUE);
+ rcmail_js_message_list($result_h, true, false);
}
}
}