Small improvement

pull/206/head
M66B 3 years ago
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…
Cancel
Save