From 2feeb6dc4c96d2ecf623fb6d2514f1e4e6165cd9 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 4 Aug 2006 23:03:13 +0000 Subject: [PATCH] Monotone-Parent: 2b945d5c3a0ab02c68cb0b3158d694e43bd65804 Monotone-Revision: b989eec9548e57636d0bd4bdc5424cc307ca1f6a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-04T23:03:13 Monotone-Branch: ca.inverse.sogo --- SoObjects/Contacts/product.plist | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/SoObjects/Contacts/product.plist b/SoObjects/Contacts/product.plist index 15e534316..f66ae1a56 100644 --- a/SoObjects/Contacts/product.plist +++ b/SoObjects/Contacts/product.plist @@ -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";