This commit is contained in:
the-djmaze 2024-01-12 01:56:12 +01:00
parent 06fdf66748
commit 30ed8dde11
3 changed files with 7 additions and 6 deletions

View file

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