mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-26 15:29:31 +00:00
Monotone-Parent: 1157cc18479225d9cabde00443bb1b31839cf5b6
Monotone-Revision: 70abddfe36eb868aa185ad5ad7f41e1c8fe7ee9c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-06-03T23:59:02 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -385,18 +385,15 @@ _prepareContextClass (struct mapistore_context *newMemCtx,
|
||||
\return MAPISTORE_SUCCESS on success, otherwise MAPISTORE_ERROR
|
||||
*/
|
||||
- (int) openDir: (uint64_t) fid
|
||||
inParentFID: (uint64_t) parentFID
|
||||
{
|
||||
[self logWithFormat:
|
||||
@"UNIMPLEMENTED METHOD '%s' (%d):\n fid=0x%.16x, parentFID=0x%.16x",
|
||||
@"UNIMPLEMENTED METHOD '%s' (%d):\n fid=0x%.16x",
|
||||
__FUNCTION__, __LINE__,
|
||||
(unsigned long long) fid,
|
||||
(unsigned long long) parentFID];
|
||||
(unsigned long long) fid];
|
||||
|
||||
return MAPISTORE_ERROR;
|
||||
return MAPISTORE_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
\details Close a folder from the sogo backend
|
||||
|
||||
|
||||
Reference in New Issue
Block a user