mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 03:29:20 +03:00
Resolve #1381
This commit is contained in:
parent
06fdf66748
commit
30ed8dde11
3 changed files with 7 additions and 6 deletions
|
|
@ -100,7 +100,7 @@
|
|||
{
|
||||
'msgHash': msg.requestHash,
|
||||
'folder': folder,
|
||||
'filename': msg.subject()
|
||||
'filename': msg.subject() + '-' + msg.requestHash
|
||||
}
|
||||
);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue