Monotone-Parent: 2b945d5c3a0ab02c68cb0b3158d694e43bd65804

Monotone-Revision: b989eec9548e57636d0bd4bdc5424cc307ca1f6a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-04T23:03:13
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2006-08-04 23:03:13 +00:00
parent 6e3713ff83
commit 2feeb6dc4c
1 changed files with 12 additions and 0 deletions

View File

@ -8,6 +8,17 @@
};
classes = {
SOGoContactFolders = {
superclass = "SOGoObject";
protectedBy = "View";
defaultAccess = "allow"; /* I think this affects key lookup */
defaultRoles = {
"View" = "Owner";
"WebDAV Access" = "Owner";
};
};
SOGoContactFolder = {
superclass = "SOGoFolder";
@ -18,6 +29,7 @@
"WebDAV Access" = "Owner";
};
};
SOGoContactObject = {
superclass = "SOGoContentObject";