mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fix tnef attachments fails for first time read
This commit is contained in:
parent
e0b4c5f6af
commit
47469c3842
@ -1058,9 +1058,9 @@ app.classes.mail = AppJS.extend(
|
||||
if (typeof _data == 'object')
|
||||
{
|
||||
data.attachmentsBlock = _data;
|
||||
data.attachmentsBlockTitle = `${_data.lenght} attachments`;
|
||||
data.attachmentsBlockTitle = `${_data.length} attachments`;
|
||||
// Update client cache to avoid resolving winmail.dat attachment again
|
||||
egw.dataStoreUID(this.data.uid, this.data);
|
||||
egw.dataStoreUID(data.uid, data);
|
||||
mailPreview.set_value({content:data});
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user