Changeset 5f383dc in github for program/steps/mail/func.inc
- Timestamp:
- Jul 3, 2006 4:32:05 PM (7 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 321302e
- Parents:
- b4b0817
- File:
-
- 1 edited
-
program/steps/mail/func.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/mail/func.inc
rb4b0817 r5f383dc 437 437 { 438 438 $cont = rep_specialchars_output($IMAP->decode_header($header->$col), 'html', 'all'); 439 // firefox/mozillaworkaround to pad subject with content so that whitespace in rows responds to drag+drop440 $cont .= '<img src="http://www.whidbey.com/roundcube/roundcubemail/skins/default/images/cleardot.png" height="1" width="1000">';439 // firefox/mozilla temporary workaround to pad subject with content so that whitespace in rows responds to drag+drop 440 $cont .= sprintf('<img src="%s%s" height="11" width="1000">', $skin_path, "/images/cleardot.png"); 441 441 } 442 442 else if ($col=='size')
Note: See TracChangeset
for help on using the changeset viewer.
