Monotone-Parent: 3bc573b09449f0efea891e5e11a232520f51205c

Monotone-Revision: 3188fd0271db42fb785221461e9a3655109f23a8

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-11-20T19:15:26
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-11-20 19:15:26 +00:00
parent 8a25d89438
commit 4522bd5626
5 changed files with 37 additions and 6 deletions
+8
View File
@@ -224,6 +224,14 @@
/* folder type */
- (BOOL) isEqual: (id) otherFolder
{
return ([otherFolder class] == [self class]
&& [container isEqual: [otherFolder container]]
&& [nameInContainer
isEqualToString: [otherFolder nameInContainer]]);
}
- (NSString *) outlookFolderClass
{
[self subclassResponsibility: _cmd];