use composeOption to determine compose Editors content when forwarding as Attachment

This commit is contained in:
Klaus Leithoff 2010-08-25 15:04:16 +00:00
parent 865378921b
commit f8d882f372

View File

@ -405,7 +405,7 @@
$this->sessionData['forwardFlag']='forwarded';
$this->sessionData['forwardedUID']=$_uid;
if ($this->preferencesArray['message_forwarding'] == 'asmail') {
$this->sessionData['mimeType'] = 'html';
$this->sessionData['mimeType'] = $this->preferencesArray['composeOptions'];
if($headers['SIZE'])
$size = $headers['SIZE'];
else