mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Message threading fix
This commit is contained in:
@@ -542,6 +542,7 @@ public class FragmentCompose extends FragmentEx {
|
||||
draft = new EntityMessage();
|
||||
draft.account = account;
|
||||
draft.folder = drafts.id;
|
||||
draft.msgid = draft.generateMessageId();
|
||||
|
||||
if (ref != null) {
|
||||
draft.thread = ref.thread;
|
||||
|
||||
Reference in New Issue
Block a user