1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-27 02:07:12 +00:00

Debug info: max. messages

This commit is contained in:
M66B 2023-02-24 16:53:38 +01:00
parent f5cb2cab05
commit 8a2a759979

View file

@ -2420,7 +2420,7 @@ public class Log {
" exempted=" + account.poll_exempted +
" poll=" + account.poll_interval +
" ondemand=" + account.ondemand +
" msgs=" + content + "/" + messages +
" msgs=" + content + "/" + messages + " max=" + account.max_messages +
" ops=" + db.operation().getOperationCount(account.id) +
" schedule=" + (!ignore_schedule) + (ignore_schedule ? " !!!" : "") +
" unmetered=" + unmetered + (unmetered ? " !!!" : "") +