Skip to content

Commit

Permalink
Merge branch '2024.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlabci committed Feb 5, 2025
2 parents 44b217d + 8ecc9e3 commit 5b29acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tine20/Felamimail/js/MessageEditDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ Tine.Felamimail.MessageEditDialog = Ext.extend(Tine.widgets.dialog.EditDialog, {

if (forwardMode === 'message' || this.draftOrTemplate) {
Ext.each(message.get('attachments'), function (attachment) {
if (attachment['partId'].toString().match(/winmail/)) {
if (String(attachment['partId']).match(/winmail/)) {
// we found a winmail extration attachment -> forward the original winmail.dat
forwardMode = 'onlyAsAttachment';
attachments = [];
Expand Down

0 comments on commit 5b29acf

Please sign in to comment.