mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-16 02:03:42 +08:00
Put the app version number in message headers
This commit is contained in:
parent
5ba71a042d
commit
a440964c39
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class DraftFactory {
|
|||
version: 0,
|
||||
unread: false,
|
||||
starred: false,
|
||||
headerMessageId: Utils.generateTempId() + '@' + require('os').hostname(),
|
||||
headerMessageId: `${Utils.generateTempId()}-v${AppEnv.getVersion()}@${require('os').hostname()}`,
|
||||
from: [account.defaultMe()],
|
||||
date: new Date(),
|
||||
draft: true,
|
||||
|
|
Loading…
Reference in a new issue