Monotone-Parent: 966b77a3109d255093e5c3e3e6fc320faacbc162

Monotone-Revision: 3705445c2a27628acc7476cecd1b833d9cb00fe8

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-08-04T14:11:45
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-08-04 14:11:45 +00:00
parent 0aeea9c75a
commit bd1b3d41f7
2 changed files with 9 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
2011-08-04 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIApplication.m (+isCachingEnabled): new overriden
method that returns "NO" in order to avoid leaking dictionaries
that we don't use since we are not WO-based.
* OpenChange/MAPIStoreMapping.m (-initWithIndexing:)
(-registerURL:withID:): removed noisy warnings.

View File

@@ -43,6 +43,11 @@ MAPIApplication *MAPIApp = nil;
@implementation MAPIApplication
+ (BOOL) isCachingEnabled;
{
return NO;
}
- (id) init
{
if (!MAPIApp)