mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
Resolve #1381
This commit is contained in:
parent
06fdf66748
commit
30ed8dde11
3 changed files with 7 additions and 6 deletions
|
|
@ -187,7 +187,7 @@ export class MessageModel extends AbstractModel {
|
|||
folder: this.folder,
|
||||
uid: this.uid,
|
||||
mimeType: RFC822,
|
||||
fileName: (this.subject() || 'message-' + this.hash) + '.eml',
|
||||
fileName: (this.subject() || 'message') + '-' + this.hash + '.eml',
|
||||
accountHash: SettingsGet('accountHash')
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue