Merge "Make sure all drafts are "read"" into jb-dev

This commit is contained in:
Marc Blank 2012-04-27 09:21:45 -07:00 committed by Android (Google) Code Review
commit c8ae6156da

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) {