[local-sync] Messages generated for send should not be unread

This commit is contained in:
Christine Spang 2017-01-13 07:46:10 -08:00
parent 99309f9c69
commit 0dcbcee06c

View file

@ -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,