mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 05:15:13 +02:00
Added thread to main log
This commit is contained in:
@@ -2735,9 +2735,10 @@ public class Log {
|
||||
DateFormat TF = Helper.getTimeInstance(context);
|
||||
|
||||
for (EntityLog entry : db.log().getLogs(from, null)) {
|
||||
size += write(os, String.format("%s [%d:%d:%d:%d] %s\r\n",
|
||||
size += write(os, String.format("%s [%d:%d:%d:%d:%d] %s\r\n",
|
||||
TF.format(entry.time),
|
||||
entry.type.ordinal(),
|
||||
(entry.thread == null ? 0 : entry.thread),
|
||||
(entry.account == null ? 0 : entry.account),
|
||||
(entry.folder == null ? 0 : entry.folder),
|
||||
(entry.message == null ? 0 : entry.message),
|
||||
|
||||
Reference in New Issue
Block a user