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