Changeset 2458 in subversion


Ignore:
Timestamp:
May 6, 2009 1:45:53 PM (4 years ago)
Author:
alec
Message:
  • Fix html editor mode setting when reopening draft message (#1485834)
Location:
trunk/roundcubemail
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/CHANGELOG

    r2446 r2458  
    22=========================== 
    33 
     4- Fix html editor mode setting when reopening draft message (#1485834) 
    45- Added quick search box menu (#1484304) 
    56- Fix wrong column sort order icons (#1485823) 
  • trunk/roundcubemail/program/steps/mail/compose.inc

    r2453 r2458  
    364364  else if ($compose_mode) 
    365365  { 
    366     if ($isHtml && $MESSAGE->has_html_part()) 
     366    if (($isHtml || $compose_mode == RCUBE_COMPOSE_DRAFT) && $MESSAGE->has_html_part()) 
    367367    { 
    368368      $body = $MESSAGE->first_html_part(); 
Note: See TracChangeset for help on using the changeset viewer.