mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-14 12:54:54 +00:00
Monotone-Parent: 035a7461367cb96790062dc6cf38d9a910a09534
Monotone-Revision: 4e29c9141c3baa1b13e856cae96ad405650bbc7a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-12-15T15:15:26 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -11,11 +11,7 @@
|
||||
SOGoAppointmentFolder = {
|
||||
superclass = "SOGoFolder";
|
||||
defaultRoles = {
|
||||
"Add Documents, Images, and Files" = ( "Owner", "Delegate" );
|
||||
"View" = ( "Owner", "Delegate", "Assistant" );
|
||||
"WebDAV Access" = ( "Owner", "Delegate", "Assistant" );
|
||||
"FreeBusyLookup" = ( "Owner", "Delegate", "Assistant", "FreeBusyLookup" );
|
||||
"Access Contents Information" = ( "Owner", "Assistant", "Delegate" );
|
||||
};
|
||||
};
|
||||
|
||||
@@ -33,7 +29,7 @@
|
||||
SOGoTaskObject = {
|
||||
superclass = "SOGoContentObject";
|
||||
defaultRoles = {
|
||||
"View" = ( "Owner", "Delegate", "Organizer" );
|
||||
"View" = ( "Owner", "Delegate", "Organizer" );
|
||||
};
|
||||
};
|
||||
SOGoFreeBusyObject = {
|
||||
|
||||
Reference in New Issue
Block a user