mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
Monotone-Parent: d98519ee9416f281001d26da0a9ba8a76729997b
Monotone-Revision: feca1b329fdb19a68bf8372a1b89123aa849b31c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-25T21:20:31 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
2007-05-25 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/Mailer/SOGoMailAccount.m ([SOGoMailAccount
|
||||
-sharedFolderName]): new method.
|
||||
([SOGoMailAccount -otherUsersFolderName]): new method.
|
||||
|
||||
* UI/MailerUI/UIxMailFolderMenu.[hm]: removed module, obsoleted by
|
||||
new javascript code and the new UIxMailAccountActions class.
|
||||
|
||||
|
||||
@@ -69,6 +69,10 @@
|
||||
- (SOGoMailFolder *)sentFolderInContext:(id)_ctx;
|
||||
- (SOGoMailFolder *)trashFolderInContext:(id)_ctx;
|
||||
|
||||
/* user defaults */
|
||||
- (NSString *) sharedFolderName;
|
||||
- (NSString *) otherUsersFolderName;
|
||||
|
||||
@end
|
||||
|
||||
#endif /* __Mailer_SOGoMailAccount_H__ */
|
||||
|
||||
@@ -418,4 +418,14 @@ static BOOL useAltNamespace = NO;
|
||||
return [self shortTitle];
|
||||
}
|
||||
|
||||
- (NSString *) sharedFolderName
|
||||
{
|
||||
return sharedFolderName;
|
||||
}
|
||||
|
||||
- (NSString *) otherUsersFolderName
|
||||
{
|
||||
return otherUsersFolderName;
|
||||
}
|
||||
|
||||
@end /* SOGoMailAccount */
|
||||
|
||||
Reference in New Issue
Block a user