Changeset 3035 in subversion for trunk/roundcubemail/program/steps/mail/func.inc
- Timestamp:
- Oct 12, 2009 6:58:30 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/steps/mail/func.inc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/func.inc
r3034 r3035 404 404 405 405 $OUTPUT->command('set_message_coltypes', $a_show_cols); 406 407 // remove 'attachment' and 'flag' columns, we don't need them here 408 if(($key = array_search('attachment', $a_show_cols)) !== FALSE) 409 unset($a_show_cols[$key]); 410 if(($key = array_search('flag', $a_show_cols)) !== FALSE) 411 unset($a_show_cols[$key]); 412 406 413 if ($browser->ie && $replace) 407 414 $OUTPUT->command('offline_message_list', true); … … 417 424 418 425 $IMAP->set_charset(!empty($header->charset) ? $header->charset : $CONFIG['default_charset']); 419 420 // remove 'attachment' and 'flag' columns, we don't need them here421 if(($key = array_search('attachment', $a_show_cols)) !== FALSE)422 unset($a_show_cols[$key]);423 if(($key = array_search('flag', $a_show_cols)) !== FALSE)424 unset($a_show_cols[$key]);425 426 426 427 // format each col; similar as in rcmail_message_list() … … 466 467 } 467 468 468 if ($browser->ie && $replace)469 $OUTPUT->command('offline_message_list', false);469 if ($browser->ie && $replace) 470 $OUTPUT->command('offline_message_list', false); 470 471 } 471 472
Note: See TracChangeset
for help on using the changeset viewer.
