mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-26 08:32:44 +00:00
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:
@@ -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.
|
||||
|
||||
|
||||
@@ -43,6 +43,11 @@ MAPIApplication *MAPIApp = nil;
|
||||
|
||||
@implementation MAPIApplication
|
||||
|
||||
+ (BOOL) isCachingEnabled;
|
||||
{
|
||||
return NO;
|
||||
}
|
||||
|
||||
- (id) init
|
||||
{
|
||||
if (!MAPIApp)
|
||||
|
||||
Reference in New Issue
Block a user