Send/archive read

This commit is contained in:
M66B
2021-01-21 10:39:49 +01:00
parent 6afc9b9b23
commit 805eb3951d
3 changed files with 3 additions and 3 deletions

View File

@@ -4894,7 +4894,7 @@ public class FragmentCompose extends FragmentBase {
draft.account, draft.thread, null, null);
for (EntityMessage threaded : messages) {
EntityFolder source = db.folder().getFolder(threaded.folder);
if ((threading ||
if (threaded.ui_seen && (threading ||
(!TextUtils.isEmpty(draft.inreplyto) &&
draft.inreplyto.equals(threaded.msgid))) &&
source != null && !source.read_only &&