mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-27 20:26:23 +00:00
Monotone-Parent: 2b945d5c3a0ab02c68cb0b3158d694e43bd65804
Monotone-Revision: b989eec9548e57636d0bd4bdc5424cc307ca1f6a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-04T23:03:13 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user