Allow renaming inbox

pull/214/head
M66B 11 months ago
parent f6af86c629
commit 08855c7b64

@ -2738,7 +2738,6 @@ class Core {
!EntityFolder.SYSTEM.equals(type)) {
// Rename system folders
if (!EntityFolder.INBOX.equals(type))
for (EntityFolder folder : new ArrayList<>(local.values()))
if (type.equals(folder.type) &&
!fullName.equals(folder.name) &&

Loading…
Cancel
Save