mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-08 04:55:26 +00:00
Monotone-Parent: e1689f21ae9391a98de28b07ee195a3a85688a85
Monotone-Revision: 187ef5414dadc22f5e049aad96bb6207fee6d226 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-09-23T15:36:49 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -33,20 +33,8 @@
|
||||
|
||||
#import "MAPIStoreContactsFolder.h"
|
||||
|
||||
static Class MAPIStoreContactsMessageK;
|
||||
|
||||
@implementation MAPIStoreContactsFolder
|
||||
|
||||
+ (void) initialize
|
||||
{
|
||||
MAPIStoreContactsMessageK = [MAPIStoreContactsMessage class];
|
||||
}
|
||||
|
||||
- (void) dealloc
|
||||
{
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
- (id) initWithURL: (NSURL *) newURL
|
||||
inContext: (MAPIStoreContext *) newContext
|
||||
{
|
||||
@@ -78,11 +66,6 @@ static Class MAPIStoreContactsMessageK;
|
||||
return self;
|
||||
}
|
||||
|
||||
- (Class) messageClass
|
||||
{
|
||||
return MAPIStoreContactsMessageK;
|
||||
}
|
||||
|
||||
- (MAPIStoreMessageTable *) messageTable
|
||||
{
|
||||
[self synchroniseCache];
|
||||
|
||||
Reference in New Issue
Block a user