Merge pull request #4714 from k9mail/allow_special_folder_removal
Allow removal of special folders
This commit is contained in:
commit
5abb0dc71f
1 changed files with 0 additions and 1 deletions
|
@ -111,7 +111,6 @@ class K9BackendStorage(
|
|||
|
||||
override fun deleteFolders(folderServerIds: List<String>) {
|
||||
folderServerIds.asSequence()
|
||||
.filterNot { account.isSpecialFolder(it) }
|
||||
.map { localStore.getFolder(it) }
|
||||
.forEach { it.delete() }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue