diff --git a/SoObjects/Contacts/NGVCard+SOGo.m b/SoObjects/Contacts/NGVCard+SOGo.m index 0039b73c5..b306e0170 100644 --- a/SoObjects/Contacts/NGVCard+SOGo.m +++ b/SoObjects/Contacts/NGVCard+SOGo.m @@ -302,6 +302,7 @@ convention: setSingleValue: [ldifRecord objectForKey: @"c_info"] forKey: @""]; + [self setNote: [ldifRecord objectForKey: @"description"]]; [self setCategories: [ldifRecord objectForKey: @"vcardcategories"]]; [self cleanupEmptyChildren];