mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
Show on-demand for accounts in debug info
This commit is contained in:
@@ -1976,6 +1976,7 @@ public class Log {
|
||||
" sync=" + account.synchronize +
|
||||
" exempted=" + account.poll_exempted +
|
||||
" poll=" + account.poll_interval +
|
||||
" ondemand=" + account.ondemand +
|
||||
" messages=" + content + "/" + messages +
|
||||
" " + account.state +
|
||||
(account.last_connected == null ? "" : " " + dtf.format(account.last_connected)) +
|
||||
|
||||
Reference in New Issue
Block a user