mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-29 02:07:36 +00:00
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:
@@ -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;
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user