mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 05:49:03 +01:00
use composeOption to determine compose Editors content when forwarding as Attachment
This commit is contained in:
parent
865378921b
commit
f8d882f372
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user