mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Add thread to debug info
This commit is contained in:
parent
0468d7f35e
commit
c45636b303
1 changed files with 2 additions and 1 deletions
|
@ -403,7 +403,8 @@ public class AdapterMessage extends PagedListAdapter<TupleMessageEx, AdapterMess
|
|||
"\n" + (message.ui_hide ? "HIDDEN " : "") +
|
||||
"seen=" + message.seen + "/" + message.ui_seen + "/" + message.unseen +
|
||||
" found=" + message.ui_found +
|
||||
"\n" + message.msgid;
|
||||
"\n" + message.msgid +
|
||||
"\n" + message.thread;
|
||||
if (operations != null)
|
||||
for (EntityOperation op : operations)
|
||||
text += "\n" + op.id + ":" + op.name + " " + df.format(new Date(op.created));
|
||||
|
|
Loading…
Reference in a new issue