From a40cf88d649d0770d9b214c490c8e413e0425e35 Mon Sep 17 00:00:00 2001 From: alec Date: Sat, 15 May 2010 12:15:58 +0000 Subject: - remove offline message list generation on IE, this doesn't realy improve performance now git-svn-id: https://svn.roundcube.net/trunk@3620 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/mark.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/steps/mail/mark.inc') diff --git a/roundcubemail/program/steps/mail/mark.inc b/roundcubemail/program/steps/mail/mark.inc index ae8f0e3a6..973ce687e 100644 --- a/roundcubemail/program/steps/mail/mark.inc +++ b/roundcubemail/program/steps/mail/mark.inc @@ -114,7 +114,7 @@ if (($uids = get_input_value('_uid', RCUBE_INPUT_POST)) && ($flag = get_input_va $a_headers = $IMAP->list_headers($mbox, NULL, $sort_col, $sort_order, $jump_back ? NULL : $count); - rcmail_js_message_list($a_headers, false, false); + rcmail_js_message_list($a_headers, false); } } } -- cgit v1.2.3