mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: 87a5b99c1c6050fac3ae23cc68cad8099adec7da
Monotone-Revision: ca4e48599cbe0a9577bf9aa27cd8ffc7e1a0e61c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-05-16T20:33:55 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -28,11 +28,17 @@
|
||||
@interface SOGoFolder : SOGoObject
|
||||
{
|
||||
NSMutableString *displayName;
|
||||
BOOL isSubscription;
|
||||
}
|
||||
|
||||
- (void) setDisplayName: (NSString *) newDisplayName;
|
||||
- (NSString *) displayName;
|
||||
|
||||
- (void) setIsSubscription: (BOOL) newIsSubscription;
|
||||
- (BOOL) isSubscription;
|
||||
|
||||
- (NSString *) realNameInContainer;
|
||||
|
||||
- (NSString *) folderType;
|
||||
- (NSArray *) fetchContentObjectNames;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user