Added total number of messages to debug info

This commit is contained in:
M66B 2022-01-20 18:02:43 +01:00
parent dbf18b855c
commit e414602e29
1 changed files with 1 additions and 1 deletions

View File

@ -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");