mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-10 15:58:52 +00:00
Monotone-Parent: d6c75d1dc4f3b69b2c7aced9418fbc50b232e796
Monotone-Revision: a2b85224aedbae3b50dca9ad2d087e281dc1ee27 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-01T05:38:21 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2007-06-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/SOGoFolder.m ([SOGoFolder -davContentType]):
|
||||
declare "httpd/unix-directory".
|
||||
|
||||
* SoObjects/SOGo/SOGoUser.m ([SOGoUser +initialize]): declare
|
||||
"UTC" as fallback timezone instead of "Canada/Eastern".
|
||||
([-hasEmail:email]): make use of the new NSArray's
|
||||
|
||||
@@ -237,6 +237,11 @@ static NSString *defaultUserID = @"<default>";
|
||||
return rType;
|
||||
}
|
||||
|
||||
- (NSString *) davContentType
|
||||
{
|
||||
return @"httpd/unix-directory";
|
||||
}
|
||||
|
||||
- (NSArray *) toOneRelationshipKeys {
|
||||
/* toOneRelationshipKeys are the 'files' contained in a folder */
|
||||
NSMutableArray *ma;
|
||||
|
||||
Reference in New Issue
Block a user