mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-25 15:32:52 +00:00
Added thread to debug info draft
This commit is contained in:
parent
cf777f3966
commit
800ec3fdfc
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue