Monotone-Parent: 07066101c28f825ad99e746c40e1e3eb5c46ffd5

Monotone-Revision: 77b22cd191630300928aceb64e81d96f4a520b28

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-12-06T23:09:58
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-12-06 23:09:58 +00:00
parent 790e92d2ea
commit bf0a3b5f81
6 changed files with 18 additions and 14 deletions
+1
View File
@@ -72,6 +72,7 @@ extern NSString *SOGoCalendarRole_ComponentResponder;
extern NSString *SOGoPerm_AccessObject;
extern NSString *SOGoPerm_ReadAcls;
extern NSString *SOGoPerm_SaveAcls;
extern NSString *SOGoPerm_FreeBusyLookup;
extern NSString *SOGoCalendarPerm_ViewWholePublicRecords;
+1
View File
@@ -76,6 +76,7 @@ NSString *SOGoPerm_AccessObject= @"Access Object";
NSString *SOGoPerm_ReadAcls = @"ReadAcls"; /* the equivalent of "read-acl" in
the WebDAV acls spec, which is
currently missing from SOPE */
NSString *SOGoPerm_SaveAcls = @"SaveAcls";
NSString *SOGoPerm_FreeBusyLookup = @"FreeBusyLookup";
NSString *SOGoCalendarPerm_ViewWholePublicRecords = @"ViewWholePublicRecords";