Message threading fix

This commit is contained in:
M66B
2018-08-11 19:31:08 +00:00
parent 606bef05d7
commit b2f8fecc0b
3 changed files with 5 additions and 2 deletions

View File

@@ -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;