mirror of https://github.com/M66B/FairEmail.git
Added total number of messages to debug info
This commit is contained in:
parent
dbf18b855c
commit
e414602e29
|
@ -2141,7 +2141,7 @@ public class Log {
|
|||
(folder.notify ? " notify" : "") +
|
||||
" poll=" + folder.poll + "/" + folder.poll_factor +
|
||||
" days=" + folder.sync_days + "/" + folder.keep_days +
|
||||
" msgs=" + folder.content + "/" + folder.messages +
|
||||
" msgs=" + folder.content + "/" + folder.messages + "/" + folder.total +
|
||||
" " + folder.state +
|
||||
(folder.last_sync == null ? "" : " " + dtf.format(folder.last_sync)) +
|
||||
"\r\n");
|
||||
|
|
Loading…
Reference in New Issue