mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 06:18:50 +00:00
Monotone-Parent: 1e9037357870d127edf32b09b2001df2dd5df26f
Monotone-Revision: 9cf7b509368bfae983681bb7bde958d265418598 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-03-28T14:47:33 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2008-03-28 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/Contacts/SOGoContactLDIFEntry.m ([SOGoContactLDIFEntry
|
||||
-isFolderish]): new overriden method.
|
||||
|
||||
* SoObjects/Appointments/SOGoAppointmentFolder.m
|
||||
([SOGoAppointmentFolder
|
||||
-appendObject:objectproperties:propertieswithBaseURL:baseURLtoComplexResponse:r]):
|
||||
|
||||
@@ -171,6 +171,11 @@
|
||||
return vcard;
|
||||
}
|
||||
|
||||
- (BOOL) isFolderish
|
||||
{
|
||||
return NO;
|
||||
}
|
||||
|
||||
- (NSString *) davEntityTag
|
||||
{
|
||||
unsigned int hash;
|
||||
|
||||
Reference in New Issue
Block a user