mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-28 06:46:27 +00:00
Resolve #1381
This commit is contained in:
@@ -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')
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user