mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Small improvement
This commit is contained in:
parent
ca401f27ea
commit
1a8aa95ec8
1 changed files with 1 additions and 0 deletions
|
@ -2530,6 +2530,7 @@ class Core {
|
|||
parent = db.folder().getFolderByName(account.id, fullName.substring(0, sep));
|
||||
|
||||
if (!EntityFolder.USER.equals(type) && !EntityFolder.SYSTEM.equals(type)) {
|
||||
prefs.edit().remove("updated." + account.id + "." + folder.type).apply();
|
||||
EntityFolder has = db.folder().getFolderByType(account.id, type);
|
||||
if (has != null)
|
||||
type = EntityFolder.USER;
|
||||
|
|
Loading…
Reference in a new issue