mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 04:20:05 +02:00
* Mail: fix mixed up inline images and attachments in smime signed messages
This commit is contained in:
@@ -6060,7 +6060,7 @@ app.classes.mail = AppJS.extend(
|
||||
{
|
||||
if (_obj1[i]['mail_id'] != _obj2[i]['mail_id'] || _obj1[i]['partID'] != _obj2[i]['partID']) return false;
|
||||
}
|
||||
|
||||
if (_obj1.length != _obj2.length) return false;
|
||||
return true;
|
||||
};
|
||||
if (_attachments && _attachments.length)
|
||||
|
Reference in New Issue
Block a user