sogo/SoObjects/Contacts/product.plist
Wolfgang Sourdeau 5be8b033ce Monotone-Parent: 5bf0f14c9025a9edb860c75bb80bd5d4f9ddc5b1
Monotone-Revision: ac5956502faf7c4b91df6d48458fad8d43190b66

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-04-12T00:33:27
Monotone-Branch: ca.inverse.sogo
2007-04-12 00:33:27 +00:00

43 lines
806 B
Plaintext

{
requires = ( MAIN );
publicResources = (
);
factories = {
};
classes = {
SOGoContactFolders = {
superclass = "SOGoFolder";
protectedBy = "<public>";
defaultAccess = "allow";
defaultRoles = {
"View" = ( "Owner" );
};
};
SOGoContactGCSFolder = {
superclass = "SOGoFolder";
};
SOGoContactGCSEntry = {
superclass = "SOGoContentObject";
defaultRoles = {
"View" = ( "Owner", "Delegate", "Organizer", "Authenticated" );
};
};
SOGoContactLDAPFolder = {
superclass = "SOGoFolder";
};
SOGoContactLDAPEntry = {
superclass = "SOGoContentObject";
defaultRoles = {
"View" = ( "Owner", "Delegate", "Organizer", "Authenticated" );
};
};
};
}