mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 17:40:34 +01: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