pull/22/head
Ludovic Marcotte 2014-04-08 15:35:36 -04:00
parent c250b9a6d4
commit 3629670fca
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@ -4,6 +4,7 @@
Bug fixes
- fixed saved HTML content of draft when attaching a file
- fixed text nodes of HTML content handler by encoding HTML entities
- fixed iCal7 delegation issue with the "inbox" folder (#2489)
2.2.3 (2014-04-03)
------------------

View File

@ -67,7 +67,7 @@
SOGoAppointmentInboxFolder = {
superclass = "SOGoAppointmentFolder";
defaultRoles = {
"Access Contents Information" = ( "Owner" );
"Access Contents Information" = ( "Owner", "AuthorizedSubscriber" );
};
};
SOGoCalendarComponent = {