mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 22:38:51 +00:00
Monotone-Parent: e5f7bc9b668fc4dd36afd650762d96297397bacf
Monotone-Revision: 22ead1833f863ecd3b5a400f21cc4916a09d95a1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-11-06T21:22:29 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -66,7 +66,9 @@
|
||||
return 1;
|
||||
}
|
||||
|
||||
if ((error = [self->folderManager createFolderOfType:_type atPath:_path])) {
|
||||
if ((error = [self->folderManager createFolderOfType:_type
|
||||
withName: @"testFolder"
|
||||
atPath:_path])) {
|
||||
[self logWithFormat:@"creation of folder %@ at %@ failed: %@",
|
||||
_type, _path, error];
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user