mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-14 13:03:13 +02:00
Small fix
This commit is contained in:
@@ -2389,7 +2389,7 @@ class Core {
|
||||
EntityFolder inbox = db.folder().getFolderByType(account.id, EntityFolder.INBOX);
|
||||
List<EntityFolder> children = db.folder().getChildFolders(inbox.id);
|
||||
for (EntityFolder child : children)
|
||||
if (!child.poll) {
|
||||
if (!child.poll && EntityFolder.USER.equals(child.type)) {
|
||||
count++;
|
||||
db.folder().setFolderPoll(child.id, true);
|
||||
EntityLog.log(context, "Fixed poll=" + child.name + ":" + child.type);
|
||||
|
||||
Reference in New Issue
Block a user