Changeset 2458 in subversion
- Timestamp:
- May 6, 2009 1:45:53 PM (4 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/steps/mail/compose.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r2446 r2458 2 2 =========================== 3 3 4 - Fix html editor mode setting when reopening draft message (#1485834) 4 5 - Added quick search box menu (#1484304) 5 6 - Fix wrong column sort order icons (#1485823) -
trunk/roundcubemail/program/steps/mail/compose.inc
r2453 r2458 364 364 else if ($compose_mode) 365 365 { 366 if ( $isHtml&& $MESSAGE->has_html_part())366 if (($isHtml || $compose_mode == RCUBE_COMPOSE_DRAFT) && $MESSAGE->has_html_part()) 367 367 { 368 368 $body = $MESSAGE->first_html_part();
Note: See TracChangeset
for help on using the changeset viewer.
