* 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 12:43:52 +00:00
parent ee321972f6
commit b2578d9de5

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,