* 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:
Klaus Leithoff 2010-12-09 11:57:14 +00:00
parent 0d534a2c70
commit a1de30be38

View File

@ -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,