| | |
| | | else if ($col=='subject') |
| | | { |
| | | $cont = Q($IMAP->decode_header($header->$col)); |
| | | if (!$cont) $cont = Q(rcube_label('nosubject')); |
| | | // firefox/mozilla temporary workaround to pad subject with content so that whitespace in rows responds to drag+drop |
| | | $cont .= '<img src="./program/blank.gif" height="5" width="1000" alt="" />'; |
| | | } |
| | |
| | | if ($col=='from' || $col=='to') |
| | | $cont = Q(rcmail_address_string($header->$col, 3), 'show'); |
| | | else if ($col=='subject') |
| | | { |
| | | $cont = Q($IMAP->decode_header($header->$col)); |
| | | if (!$cont) $cont = Q(rcube_label('nosubject')); |
| | | } |
| | | else if ($col=='size') |
| | | $cont = show_bytes($header->$col); |
| | | else if ($col=='date') |