mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-22 13:29:29 +00:00
Monotone-Parent: d6049f3e55fa0ac4385db63c3777aa1d84d5511c
Monotone-Revision: 3fdbf80f4c1de08138ff9435f54fd9f663ef5b8f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-07-20T14:13:56 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -127,23 +127,6 @@
|
||||
return rc;
|
||||
}
|
||||
|
||||
- (int) getPidTagSubject: (void **) data
|
||||
inMemCtx: (TALLOC_CTX *) memCtx
|
||||
{
|
||||
id value;
|
||||
int rc;
|
||||
|
||||
value = [properties
|
||||
objectForKey: MAPIPropertyKey (PidTagNormalizedSubject)];
|
||||
if (value)
|
||||
rc = [value getValue: data forTag: PidTagNormalizedSubject
|
||||
inMemCtx: memCtx];
|
||||
else
|
||||
rc = MAPISTORE_ERR_NOT_FOUND;
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
||||
- (void) addProperties: (NSDictionary *) newNewProperties
|
||||
{
|
||||
[sogoObject reloadIfNeeded];
|
||||
|
||||
Reference in New Issue
Block a user