Merge "Set attachments flag when saving/updating outbox/draft message"
This commit is contained in:
commit
57c051f6f2
@ -2837,6 +2837,7 @@ outer:
|
||||
}
|
||||
if (!atts.isEmpty()) {
|
||||
msg.mAttachments = atts;
|
||||
msg.mFlagAttachment = true;
|
||||
}
|
||||
// Save it or update it...
|
||||
if (!msg.isSaved()) {
|
||||
|
Loading…
Reference in New Issue
Block a user