mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
Small improvement
This commit is contained in:
@@ -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)) +
|
||||
|
||||
Reference in New Issue
Block a user