From: znek Date: Mon, 13 Dec 2004 17:16:53 +0000 (+0000) Subject: hush hush ... X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef718e8838505f9a86f7bfc5c448371d136925b9;p=scalable-opengroupware.org hush hush ... git-svn-id: http://svn.opengroupware.org/SOGo/trunk@474 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/SoObjects/Appointments/SOGoAppointmentFolder.m b/SOGo/SoObjects/Appointments/SOGoAppointmentFolder.m index bf25ca24..0ab3d8bd 100644 --- a/SOGo/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SOGo/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -330,7 +330,7 @@ static NSTimeZone *MET = nil; email = [person email]; if ([email isNotNull]) { if ([email hasPrefix:@"mailto:"]) - email = [uid substringFromIndex:7]; + email = [email substringFromIndex:7]; uid = [um getUIDForEmail:email]; } else