* Mail: display event-invitation, if mail contains just that and not the usualy alternatives

This commit is contained in:
Ralf Becker 2017-06-12 15:28:35 +02:00
parent 09e9b47c9d
commit 9a8be2d234

View File

@ -4918,7 +4918,8 @@ class Mail
switch($_structure->getSubType()) switch($_structure->getSubType())
{ {
case 'calendar': case 'calendar':
// this is handeled in getTextPart $calendar_part = $_structure;
// fall through in case user has no calendar rights
case 'html': case 'html':
case 'plain': case 'plain':
default: default: