|
|
@ -1976,6 +1976,7 @@ public class Log {
|
|
|
|
" sync=" + account.synchronize +
|
|
|
|
" sync=" + account.synchronize +
|
|
|
|
" exempted=" + account.poll_exempted +
|
|
|
|
" exempted=" + account.poll_exempted +
|
|
|
|
" poll=" + account.poll_interval +
|
|
|
|
" poll=" + account.poll_interval +
|
|
|
|
|
|
|
|
" ondemand=" + account.ondemand +
|
|
|
|
" messages=" + content + "/" + messages +
|
|
|
|
" messages=" + content + "/" + messages +
|
|
|
|
" " + account.state +
|
|
|
|
" " + account.state +
|
|
|
|
(account.last_connected == null ? "" : " " + dtf.format(account.last_connected)) +
|
|
|
|
(account.last_connected == null ? "" : " " + dtf.format(account.last_connected)) +
|
|
|
|