Added thread to debug info draft

This commit is contained in:
M66B 2019-02-06 07:29:25 +00:00
parent cf777f3966
commit 800ec3fdfc
1 changed files with 1 additions and 0 deletions

View File

@ -355,6 +355,7 @@ public class Helper {
draft.folder = drafts.id;
draft.identity = (primary == null ? null : primary.id);
draft.msgid = EntityMessage.generateMessageId();
draft.thread = draft.msgid;
draft.to = new Address[]{myAddress()};
draft.subject = context.getString(R.string.app_name) + " " + BuildConfig.VERSION_NAME + " debug info";
draft.received = new Date().getTime();