diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-04-22 06:21:07 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-04-22 06:21:07 +0000 |
| commit | 9633f487132246ed260ef20c32fb7ad7f21a0bed (patch) | |
| tree | 28615e468be650d921e40128ece3aaab32dfca14 /roundcubemail/program | |
| parent | 78db9b1f6031272c7b3ff5452a3b454f4e7a26a6 (diff) | |
- fix #1485812
git-svn-id: https://svn.roundcube.net/trunk@2411 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/steps/mail/func.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc index d8fc3abd8..fae864757 100644 --- a/roundcubemail/program/steps/mail/func.inc +++ b/roundcubemail/program/steps/mail/func.inc @@ -394,7 +394,7 @@ function rcmail_js_message_list($a_headers, $insert_top=FALSE) $browser = new rcube_browser; $OUTPUT->command('set_message_coltypes', $a_show_cols); - if ($browser->ie) + if ($browser->ie && !$insert_top) $OUTPUT->command('offline_message_list', true); // loop through message headers @@ -456,7 +456,7 @@ function rcmail_js_message_list($a_headers, $insert_top=FALSE) $insert_top); } - if ($browser->ie) + if ($browser->ie && !$insert_top) $OUTPUT->command('offline_message_list', false); } |
