mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Added total number of messages to debug info
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user