mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 23:26:12 +02:00
When not forward as new set inreplyto
This commit is contained in:
@@ -4857,6 +4857,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
data.draft.thread = data.draft.msgid; // new thread
|
||||
else {
|
||||
data.draft.thread = ref.thread;
|
||||
data.draft.inreplyto = ref.msgid;
|
||||
data.draft.references = (ref.references == null ? "" : ref.references + " ") + ref.msgid;
|
||||
}
|
||||
data.draft.wasforwardedfrom = ref.msgid;
|
||||
|
||||
Reference in New Issue
Block a user