Set draft thread ID

This commit is contained in:
M66B 2018-10-18 07:56:13 +00:00
parent a0fe264ae7
commit 3c7c3df8d2
1 changed files with 2 additions and 1 deletions

View File

@ -854,6 +854,8 @@ public class FragmentCompose extends FragmentEx {
draft.msgid = EntityMessage.generateMessageId();
if (ref == null) {
draft.thread = draft.msgid;
try {
String to = args.getString("to");
draft.to = (TextUtils.isEmpty(to) ? null : InternetAddress.parse(to));
@ -884,7 +886,6 @@ public class FragmentCompose extends FragmentEx {
if (pro && !TextUtils.isEmpty(account.signature))
body += account.signature;
} else {
draft.thread = ref.thread;