This commit is contained in:
the-djmaze 2024-02-18 16:44:20 +01:00
parent 86f084e5a9
commit 8a0b3d3791
3 changed files with 10 additions and 6 deletions

View file

@ -100,7 +100,7 @@
{
'msgHash': msg.requestHash,
'folder': folder,
'filename': msg.subject() + '-' + msg.requestHash
'filename': msg.subject()
}
);
});

View file

@ -19,7 +19,7 @@
{
'msgHash': msg.requestHash,
'folder': folder,
'filename': msg.subject() + '-' + msg.requestHash
'filename': msg.subject()
}
);
});