mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-04 03:56:33 +08:00
[local-sync] Messages generated for send should not be unread
This commit is contained in:
parent
99309f9c69
commit
0dcbcee06c
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ async function buildForSend(db, json) {
|
|||
replyTo: json.reply_to,
|
||||
subject: json.subject,
|
||||
body: json.body,
|
||||
unread: true,
|
||||
unread: false,
|
||||
isDraft: json.draft,
|
||||
isSent: false,
|
||||
version: 0,
|
||||
|
|
Loading…
Reference in a new issue