forked from extern/egroupware
* Calendar, MailToAllParticipants: force type to plain as thunderbird (with lightning attached) seems to try to be smart while parsing html messages with ics attachments, but fails with a parse error, resulting in a not displayed message in thunderbird
This commit is contained in:
parent
0d534a2c70
commit
a1de30be38
@ -1002,6 +1002,7 @@ class calendar_uiforms extends calendar_ui
|
||||
}
|
||||
$vars = array(
|
||||
'menuaction' => 'felamimail.uicompose.compose',
|
||||
'mimeType' => 'plain', // force type to plain as thunderbird seems to try to be smart while parsing html messages with ics attachments
|
||||
'preset[to]' => $to,
|
||||
'preset[subject]' => $subject,
|
||||
'preset[body]' => $body,
|
||||
|
Loading…
Reference in New Issue
Block a user