mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-25 16:33:22 +00:00
Monotone-Parent: cb2b5ac6d1deb889762cf2eadc58376d6ab9f534
Monotone-Revision: f4d8a0e75faa4a181cfac93302360f7f4168e0cc Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-05-02T23:12:49 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -71,7 +71,6 @@ extern NSString *SOGoCalendarRole_ComponentResponder;
|
||||
|
||||
extern NSString *SOGoPerm_AccessObject;
|
||||
extern NSString *SOGoPerm_ReadAcls;
|
||||
extern NSString *SOGoPerm_SaveAcls;
|
||||
extern NSString *SOGoPerm_FreeBusyLookup;
|
||||
|
||||
extern NSString *SOGoCalendarPerm_ViewWholePublicRecords;
|
||||
|
||||
@@ -75,7 +75,6 @@ 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";
|
||||
@@ -95,4 +94,3 @@ NSString *SOGoCalendarPerm_ViewAllComponent = @"ViewAllComponent";
|
||||
NSString *SOGoCalendarPerm_ViewDAndT = @"ViewDAndT";
|
||||
NSString *SOGoCalendarPerm_ModifyComponent = @"ModifyComponent";
|
||||
NSString *SOGoCalendarPerm_RespondToComponent = @"RespondToComponent";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user