Monotone-Parent: ff50144aaefa18bc1bf88723bc25f1f6b4962451

Monotone-Revision: 28f447e944f764132e7461e3945a83c23938d406

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-03-16T20:53:51
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2012-03-16 20:53:51 +00:00
parent 5b424d6969
commit 23ab567d6e
2 changed files with 3 additions and 6 deletions

View File

@ -1,5 +1,8 @@
2012-03-16 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreMessage.m
(-getPidTagMessageStatus:inMemCtx:): removed useless getter.
* OpenChange/MAPIStoreSOGo.m (sogo_backend_init): check for
"SOGoDebugLeaks" in the user defaults and activate GSDebug
allocation utilities.

View File

@ -685,12 +685,6 @@ rtf2html (NSData *compressedRTF)
return MAPISTORE_SUCCESS;
}
- (int) getPidTagMessageStatus: (void **) data // TODO
inMemCtx: (TALLOC_CTX *) memCtx
{
return [self getLongZero: data inMemCtx: memCtx];
}
- (int) getPidTagImportance: (void **) data // TODO -> subclass?
inMemCtx: (TALLOC_CTX *) memCtx
{