mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 15:46:34 +02:00
Always subscribe to newly created folders
This commit is contained in:
@@ -1195,8 +1195,7 @@ class Core {
|
||||
Folder ifolder = istore.getFolder(folder.name);
|
||||
if (!ifolder.exists()) {
|
||||
ifolder.create(Folder.HOLDS_MESSAGES);
|
||||
if (subscribed_only)
|
||||
ifolder.setSubscribed(true);
|
||||
ifolder.setSubscribed(true);
|
||||
}
|
||||
db.folder().resetFolderTbc(folder.id);
|
||||
local.put(folder.name, folder);
|
||||
|
||||
Reference in New Issue
Block a user