Implement ensureFolder — it actually creates and adds a folder and makes sure account is saved to disk.

This commit is contained in:
Brent Simmons
2017-10-18 19:46:35 -07:00
parent 31947854c0
commit 2383ecd480
2 changed files with 20 additions and 5 deletions

View File

@@ -68,7 +68,7 @@ class AddFolderWindowController : NSWindowController {
return
}
let _ = account.ensureFolder(with: folderName)
account.ensureFolder(with: folderName)
}
// MARK: Actions