* Mail: fix mixed up inline images and attachments in smime signed messages

This commit is contained in:
hadi
2023-06-19 17:05:37 +02:00
parent b744859b70
commit fce9ba3a41
2 changed files with 2 additions and 2 deletions

View File

@@ -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)