mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 09:33:39 +02:00
Send/archive read
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user