See ChangeLog

Monotone-Parent: 5cc529e77d87c48d01d645b60e6978e296c9f09a
Monotone-Revision: 7c369f5daacf319b74a648fea43f833dda69d81d

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-10-23T21:00:49
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2009-10-23 21:00:49 +00:00
parent b493904357
commit 7663cdc37d
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
2009-10-23 Ludovic Marcotte <lmarcotte@inverse.ca>
* SoObjects/SOGo/SOGoUserFolder.m (-subFoldersFromFolder:)
Addded a check to NOT return web calendars in this query.
2009-10-23 Francis Lachapelle <flachapelle@inverse.ca>
* UI/MailerUI/UIxMailMainFrame.m (-formattedMailtoString:): fixed
+2 -1
View File
@@ -170,7 +170,8 @@ static NSString *LDAPContactInfoAttribute = nil;
if (![securityManager validatePermission: SOGoPerm_AccessObject
onObject: currentFolder inContext: context]
&& [[currentFolder ownerInContext: context]
isEqualToString: folderOwner])
isEqualToString: folderOwner]
&& [NSStringFromClass([currentFolder class]) compare: @"SOGoWebAppointmentFolder"] != NSOrderedSame)
{
folderName = [NSString stringWithFormat: @"/%@/%@",
[parentFolder nameInContainer],