sogo/SoObjects/Contacts/product.plist
Wolfgang Sourdeau 2feeb6dc4c Monotone-Parent: 2b945d5c3a0ab02c68cb0b3158d694e43bd65804
Monotone-Revision: b989eec9548e57636d0bd4bdc5424cc307ca1f6a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-04T23:03:13
Monotone-Branch: ca.inverse.sogo
2006-08-04 23:03:13 +00:00

48 lines
950 B
Plaintext

{
requires = ( MAIN );
publicResources = (
);
factories = {
};
classes = {
SOGoContactFolders = {
superclass = "SOGoObject";
protectedBy = "View";
defaultAccess = "allow"; /* I think this affects key lookup */
defaultRoles = {
"View" = "Owner";
"WebDAV Access" = "Owner";
};
};
SOGoContactFolder = {
superclass = "SOGoFolder";
protectedBy = "View";
defaultAccess = "allow"; /* I think this affects key lookup */
defaultRoles = {
"View" = "Owner";
"WebDAV Access" = "Owner";
};
};
SOGoContactObject = {
superclass = "SOGoContentObject";
protectedBy = "View";
defaultAccess = "allow"; /* I think this affects key lookup */
defaultRoles = {
"View" = "Owner";
"WebDAV Access" = "Owner";
};
methods = {
};
};
};
}