mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 02:45:31 +01:00
Reselect deleted system folders
This commit is contained in:
@@ -2639,6 +2639,7 @@ class Core {
|
||||
childs == null || childs.size() == 0) {
|
||||
EntityLog.log(context, name + " delete");
|
||||
db.folder().deleteFolder(account.id, name);
|
||||
prefs.edit().remove("updated." + account.id + "." + folder.type).apply();
|
||||
} else
|
||||
Log.w(name + " keep type=" + folder.type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user