diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-05-15 12:15:58 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-05-15 12:15:58 +0000 |
| commit | a40cf88d649d0770d9b214c490c8e413e0425e35 (patch) | |
| tree | 3c477fd8d11163bf3cc787240084cb52496d5342 /roundcubemail/program/steps/mail/check_recent.inc | |
| parent | b6208965fd5a1702be740166daa33c85c4bdd8cf (diff) | |
- 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
Diffstat (limited to 'roundcubemail/program/steps/mail/check_recent.inc')
| -rw-r--r-- | roundcubemail/program/steps/mail/check_recent.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/check_recent.inc b/roundcubemail/program/steps/mail/check_recent.inc index 76546ace1..3031bf715 100644 --- a/roundcubemail/program/steps/mail/check_recent.inc +++ b/roundcubemail/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'); } |
