Set attachments flag when saving/updating outbox/draft message

Bug: 6282601
Change-Id: Ie9c756b59b8aa721630e38aa51001711031503c9
This commit is contained in:
Marc Blank 2012-04-03 12:36:57 -07:00
parent 87fe50ee29
commit 3adeda0397

View File

@ -2837,6 +2837,7 @@ outer:
}
if (!atts.isEmpty()) {
msg.mAttachments = atts;
msg.mFlagAttachment = true;
}
// Save it or update it...
if (!msg.isSaved()) {