mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
Monotone-Parent: f5ee2ec8548efd153e23d6c78a411316b0defab4
Monotone-Revision: 740354dfcd0512fd381f1b3bd4a3ee95dfa21338 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-02-12T15:48:53 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -101,6 +101,17 @@
|
||||
return obj;
|
||||
}
|
||||
|
||||
#warning we should remove this method
|
||||
- (NSArray *) toOneRelationshipKeys
|
||||
{
|
||||
return [self fetchContentObjectNames];
|
||||
}
|
||||
|
||||
- (NSArray *) fetchContentObjectNames
|
||||
{
|
||||
return [NSArray array];
|
||||
}
|
||||
|
||||
- (BOOL) isFolderish
|
||||
{
|
||||
return YES;
|
||||
|
||||
Reference in New Issue
Block a user