mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-04 12:58:50 +00:00
Monotone-Parent: 3b8c41adf2fbd28bd91312ef68f3f4faa8ef381f
Monotone-Revision: 22a3b958acddeb274e788d95f5da332880c64d78 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-08-13T19:55:50 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -150,24 +150,6 @@ static Class NSExceptionK, MAPIStoreFolderK;
|
||||
return properties;
|
||||
}
|
||||
|
||||
- (enum mapistore_error) getURI: (char **) uriP
|
||||
inMemCtx: (TALLOC_CTX *) memCtx
|
||||
{
|
||||
enum mapistore_error rc;
|
||||
NSString *url;
|
||||
|
||||
url = [self url];
|
||||
if (url)
|
||||
{
|
||||
*uriP = [url asUnicodeInMemCtx: memCtx];
|
||||
rc = MAPISTORE_SUCCESS;
|
||||
}
|
||||
else
|
||||
rc = MAPISTORE_ERR_NOT_FOUND;
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
||||
- (int) getProperty: (void **) data
|
||||
withTag: (enum MAPITAGS) propTag
|
||||
inMemCtx: (TALLOC_CTX *) memCtx
|
||||
|
||||
Reference in New Issue
Block a user