mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 01:38:51 +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:
@@ -1,3 +1,8 @@
|
||||
2011-07-15 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* OpenChange/MAPIStoreFolder.m (-createFolder:withRow:andFID:):
|
||||
fixed referencing of resulting folder.
|
||||
|
||||
2011-07-14 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* OpenChange/MAPIStoreSOGo.m: finalized the new API.
|
||||
|
||||
@@ -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