mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-16 10:48:50 +00:00
Monotone-Parent: edd6ac7b0fdcca99066a8097eefc5e8b36ff52fa
Monotone-Revision: fc4961b85b0b909fb28a4bee4624ff3842165a55 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-07-15T13:43:38 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -294,11 +294,14 @@ Class NSExceptionK, MAPIStoreFAIMessageK, MAPIStoreMessageTableK, MAPIStoreFAIMe
|
||||
[mapping registerURL: childURL withID: fid];
|
||||
childFolder = [self lookupFolder: folderKey];
|
||||
if (childFolder)
|
||||
[childFolder setProperties: aRow];
|
||||
{
|
||||
[childFolder setProperties: aRow];
|
||||
*childFolderPtr = childFolder;
|
||||
rc = MAPISTORE_SUCCESS;
|
||||
}
|
||||
else
|
||||
[NSException raise: @"MAPIStoreIOException"
|
||||
format: @"unable to fetch created folder"];
|
||||
rc = MAPISTORE_SUCCESS;
|
||||
}
|
||||
else
|
||||
rc = MAPISTORE_ERROR;
|
||||
|
||||
Reference in New Issue
Block a user