mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user