From 7293a66a7f1579ddf8bf794d4a7a346254396cee Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 30 May 2007 20:11:37 +0000 Subject: [PATCH] Monotone-Parent: 9b60c8f2874034f7e01359600279c04d2e73345f Monotone-Revision: 1843555e1b5617636c917fa3dd563118b70c3466 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-30T20:11:37 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 3 +++ SoObjects/SOGo/SOGoContentObject.m | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 76c74a431..a65539cf3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-05-30 Wolfgang Sourdeau + * SoObjects/SOGo/SOGoContentObject.m + ([-hasSupportForDefaultRoles]): removed method. + * SoObjects/SOGo/LDAPUserManager.m ([LDAPUserManager -getFullEmailForUID:uid]): new method that returns the username + email pair. diff --git a/SoObjects/SOGo/SOGoContentObject.m b/SoObjects/SOGo/SOGoContentObject.m index e2b11a44e..d5153f325 100644 --- a/SoObjects/SOGo/SOGoContentObject.m +++ b/SoObjects/SOGo/SOGoContentObject.m @@ -348,11 +348,6 @@ return @""; } -- (BOOL) hasSupportForDefaultRoles -{ - return YES; -} - /* message type */ - (NSString *) outlookMessageClass