From 7a723522945b8954681171aa012b7ee1431a45cd Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Thu, 23 Apr 2009 02:15:21 -0400 Subject: [PATCH] - messages list fix for IE --- program/steps/mail/check_recent.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/steps/mail/check_recent.inc b/program/steps/mail/check_recent.inc index a066853..8d757d4 100644 --- a/program/steps/mail/check_recent.inc +++ b/program/steps/mail/check_recent.inc @@ -62,7 +62,7 @@ // 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); } } } -- Gitblit v1.9.1