Make sure all drafts are "read"

Bug: 6408601
Change-Id: I99dc9a1f017d67474540c07a76d11ec33c0ec3d8
This commit is contained in:
Marc Blank 2012-04-26 23:24:37 -07:00
parent a4d8ff2293
commit 31a5e5c58d
1 changed files with 1 additions and 0 deletions

View File

@ -3038,6 +3038,7 @@ outer:
msg.mAccountKey = mailbox.mAccountKey;
msg.mDisplayName = msg.mTo;
msg.mFlagLoaded = Message.FLAG_LOADED_COMPLETE;
msg.mFlagRead = true;
int flags = 0;
int draftType = values.getAsInteger(UIProvider.MessageColumns.DRAFT_TYPE);
switch(draftType) {