mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Fixed send debug info immediately
This commit is contained in:
parent
518ca768d1
commit
892ed3a0ad
1 changed files with 1 additions and 0 deletions
|
@ -1828,6 +1828,7 @@ public class Log {
|
|||
draft.identity = identity.id;
|
||||
draft.msgid = EntityMessage.generateMessageId();
|
||||
draft.thread = draft.msgid;
|
||||
draft.from = new Address[]{new InternetAddress(identity.email, identity.name, StandardCharsets.UTF_8.name())};
|
||||
draft.to = new Address[]{myAddress()};
|
||||
draft.subject = context.getString(R.string.app_name) + " " + getVersionInfo(context) + " debug info - " + source;
|
||||
draft.received = new Date().getTime();
|
||||
|
|
Loading…
Reference in a new issue