Fixed setting seen

This commit is contained in:
M66B
2018-08-26 05:28:36 +00:00
parent 2663cd1e42
commit 6ea780d524
4 changed files with 10 additions and 15 deletions

View File

@@ -1027,8 +1027,6 @@ public class FragmentCompose extends FragmentEx {
db.message().updateMessage(draft);
draft.write(context, pbody);
EntityOperation.queue(db, draft, EntityOperation.SEEN, true);
EntityFolder trash = db.folder().getFolderByType(draft.account, EntityFolder.TRASH);
EntityOperation.queue(db, draft, EntityOperation.MOVE, trash.id);