diff options
author | alecpl <alec@alec.pl> | 2010-05-15 12:15:58 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-05-15 12:15:58 +0000 |
commit | e99d21ba051fb2b67147ab1da9c531d7acf8d99b (patch) | |
tree | 408024ef8ffea063c5be205f43d7596daab81174 /program/steps/mail/list.inc | |
parent | a4a270be84051e70f3f3c56d347a724000b0b454 (diff) |
- remove offline message list generation on IE, this doesn't realy improve performance now
Diffstat (limited to 'program/steps/mail/list.inc')
-rw-r--r-- | program/steps/mail/list.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/list.inc b/program/steps/mail/list.inc index dcca80bc9..85e71a1f7 100644 --- a/program/steps/mail/list.inc +++ b/program/steps/mail/list.inc @@ -83,7 +83,7 @@ $OUTPUT->command('set_rowcount', rcmail_get_messagecount_text($count)); $OUTPUT->command('set_mailboxname', rcmail_get_mailbox_name_text()); // add message rows -rcmail_js_message_list($a_headers, FALSE, TRUE, (bool) $cols); +rcmail_js_message_list($a_headers, FALSE, (bool) $cols); if (isset($a_headers) && count($a_headers)) { if ($search_request) |