diff --git a/UI/MainUI/SOGoUserHomePage.m b/UI/MainUI/SOGoUserHomePage.m index 2c56d0fbe..8b5e24447 100644 --- a/UI/MainUI/SOGoUserHomePage.m +++ b/UI/MainUI/SOGoUserHomePage.m @@ -467,7 +467,8 @@ if ([domain length]) uid = [NSString stringWithFormat: @"%@@%@", uid, domain]; [jsonLine setObject: uid forKey: @"uid"]; - [jsonLine setObject: [NSString stringWithFormat:@"%@ <%@>",[contact objectForKey: @"cn"], [contact objectForKey: @"c_email"]] forKey: @"displayName"]; + [jsonLine setObject: [contact objectForKey: @"cn"] forKey: @"cn"]; + [jsonLine setObject: [contact objectForKey: @"c_email"] forKey: @"c_email"]; [jsonLine setObject: [NSNumber numberWithBool: [[contact objectForKey: @"isGroup"] boolValue]] forKey: @"isGroup"]; contactInfo = [contact objectForKey: @"c_info"]; if (contactInfo) diff --git a/UI/Templates/ContactsUI/UIxContactFoldersView.wox b/UI/Templates/ContactsUI/UIxContactFoldersView.wox index 4ec9880fa..177af190c 100644 --- a/UI/Templates/ContactsUI/UIxContactFoldersView.wox +++ b/UI/Templates/ContactsUI/UIxContactFoldersView.wox @@ -67,43 +67,40 @@ + + + +
+ + +
+ +