Debug: poll exempted

This commit is contained in:
M66B 2023-07-21 21:05:47 +02:00
parent 7077d45436
commit ad7967af84
1 changed files with 1 additions and 1 deletions

View File

@ -2510,7 +2510,7 @@ public class Log {
EmailService.getEncryptionName(account.encryption) +
(account.insecure ? " !!!" : "") +
" sync=" + account.synchronize +
" exempted=" + account.poll_exempted +
" exempted=" + account.poll_exempted + (pollInterval > 0 && account.poll_exempted ? " !!!" : "") +
" poll=" + account.poll_interval +
" ondemand=" + account.ondemand + (account.ondemand ? " !!!" : "") +
" msgs=" + content + "/" + messages + " max=" + account.max_messages +