mirror of https://github.com/M66B/FairEmail.git
Small improvement
This commit is contained in:
parent
1be2e31a0d
commit
b7fd69be32
|
@ -1984,9 +1984,9 @@ public class Log {
|
|||
for (TupleFolderEx folder : folders)
|
||||
if (folder.synchronize)
|
||||
size += write(os, "- " + folder.name + " " + folder.type +
|
||||
" notify=" + folder.notify +
|
||||
" poll=" + folder.poll + "/" + folder.poll_factor +
|
||||
" days=" + folder.sync_days + "/" + folder.keep_days +
|
||||
" notify=" + folder.notify +
|
||||
" msgs=" + folder.content + "/" + folder.messages +
|
||||
" " + folder.state +
|
||||
(folder.last_sync == null ? "" : " " + dtf.format(folder.last_sync)) +
|
||||
|
|
Loading…
Reference in New Issue