mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-23 10:54:17 +00:00
Fix for bug 2007
This commit is contained in:
@@ -364,7 +364,11 @@ static SoSecurityManager *sm = nil;
|
||||
NSString *newFolderID;
|
||||
NSException *error;
|
||||
|
||||
newFolderID = [self globallyUniqueObjectId];
|
||||
newFolderID = *newNameInContainer;
|
||||
|
||||
if (!newFolderID)
|
||||
newFolderID = [self globallyUniqueObjectId];
|
||||
|
||||
error = [self newFolderWithName: name
|
||||
andNameInContainer: newFolderID];
|
||||
if (error)
|
||||
|
||||
Reference in New Issue
Block a user