mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Reselect deleted system folders
This commit is contained in:
parent
9fad7d3d19
commit
3b0f2afd7b
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue