diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-06-11 18:47:31 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-06-11 18:47:31 +0000 |
| commit | 12d8e25c066931aee921b26fb72153ee927fe7a6 (patch) | |
| tree | 233b85397e0345aa0d0251eacf6e9f6dee55f1ce /roundcubemail/program | |
| parent | 97160be2c0c37f2e1fec2c1e08ca2bf0317b1a52 (diff) | |
- re-set 'prefer_html' to have possibility to use html part for compose
git-svn-id: https://svn.roundcube.net/trunk@2640 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/steps/mail/compose.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/program/steps/mail/compose.inc b/roundcubemail/program/steps/mail/compose.inc index b0637d345..fbd0cc44d 100644 --- a/roundcubemail/program/steps/mail/compose.inc +++ b/roundcubemail/program/steps/mail/compose.inc @@ -85,6 +85,8 @@ else if ($msg_uid = $_SESSION['compose']['param']['_draft_uid']) { if (!empty($msg_uid)) { // similar as in program/steps/mail/show.inc + // re-set 'prefer_html' to have possibility to use html part for compose + $CONFIG['prefer_html'] = $CONFIG['htmleditor']; $MESSAGE = new rcube_message($msg_uid); if (!empty($MESSAGE->headers->charset)) |
