mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
Same fix as commit 377766293f
for mail display
This commit is contained in:
parent
b6a04b8cfd
commit
3060bf0647
@ -5784,7 +5784,7 @@ class Mail
|
||||
$attachment['mimeType'] = $mime_type;
|
||||
$attachment['uid'] = $_uid;
|
||||
$attachment['partID'] = $mime_id;
|
||||
if (!isset($attachment['name'])||empty($attachment['name'])) $attachment['name'] = $part->getName();
|
||||
if (!isset($attachment['name'])||empty($attachment['name'])) $attachment['name'] = $part->getName() ? $part->getName() : lang('forwarded message');
|
||||
if ($fetchTextCalendar)
|
||||
{
|
||||
//error_log(__METHOD__.' ('.__LINE__.') '.array2string($part->getAllContentTypeParameters()));
|
||||
|
Loading…
Reference in New Issue
Block a user