mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-03 07:44:25 +00:00
Monotone-Parent: c37bbff8f7a0f029635c72cfa745ff24e2b2220c
Monotone-Revision: 298dfdbd585cce9cce86176e2e489c9c5d19ed4f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-01-04T15:18:30 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -135,15 +135,6 @@ static NSString *mailTemplateDefaultLanguage = nil;
|
||||
return uids;
|
||||
}
|
||||
|
||||
/* raw saving */
|
||||
|
||||
- (NSException *)primarySaveContentString:(NSString *)_iCalString {
|
||||
return [super saveContentString:_iCalString];
|
||||
}
|
||||
- (NSException *)primaryDelete {
|
||||
return [super delete];
|
||||
}
|
||||
|
||||
/* folder management */
|
||||
|
||||
- (id)lookupHomeFolderForUID:(NSString *)_uid inContext:(id)_ctx {
|
||||
|
||||
@@ -66,6 +66,23 @@
|
||||
return calendar;
|
||||
}
|
||||
|
||||
/* raw saving */
|
||||
|
||||
- (NSException *)primarySaveContentString:(NSString *)_iCalString {
|
||||
return [super saveContentString:_iCalString];
|
||||
}
|
||||
|
||||
- (NSException *)primaryDelete {
|
||||
return [super delete];
|
||||
}
|
||||
|
||||
- (NSException *)deleteWithBaseSequence: (int) a
|
||||
{
|
||||
[self subclassResponsibility: _cmd];
|
||||
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (NSException *) delete
|
||||
{
|
||||
return [self deleteWithBaseSequence:0];
|
||||
|
||||
@@ -130,15 +130,6 @@ static NSString *mailTemplateDefaultLanguage = nil;
|
||||
return uids;
|
||||
}
|
||||
|
||||
/* raw saving */
|
||||
|
||||
- (NSException *)primarySaveContentString:(NSString *)_iCalString {
|
||||
return [super saveContentString:_iCalString];
|
||||
}
|
||||
- (NSException *)primaryDelete {
|
||||
return [super delete];
|
||||
}
|
||||
|
||||
/* folder management */
|
||||
|
||||
- (id)lookupHomeFolderForUID:(NSString *)_uid inContext:(id)_ctx {
|
||||
@@ -208,7 +199,7 @@ static NSString *mailTemplateDefaultLanguage = nil;
|
||||
SOGoTaskObject *task;
|
||||
|
||||
task = [folder lookupName:[self nameInContainer] inContext:ctx
|
||||
acquire:NO];
|
||||
acquire:NO];
|
||||
if (![task isNotNull]) {
|
||||
[self logWithFormat:@"Note: did not find '%@' in folder: %@",
|
||||
[self nameInContainer], folder];
|
||||
|
||||
Reference in New Issue
Block a user