mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-29 03:05:31 +00:00
Added debug info
This commit is contained in:
parent
41bfbffe84
commit
3d05d2c283
1 changed files with 1 additions and 0 deletions
|
@ -2055,6 +2055,7 @@ public class Log {
|
|||
jfolder.put("read_only", folder.read_only);
|
||||
jfolder.put("selectable", folder.selectable);
|
||||
jfolder.put("inferiors", folder.inferiors);
|
||||
jfolder.put("auto_add", folder.auto_add);
|
||||
jfolder.put("error", folder.error);
|
||||
if (folder.last_sync != null)
|
||||
jfolder.put("last_sync", new Date(folder.last_sync).toString());
|
||||
|
|
Loading…
Reference in a new issue