if (contact == null) {
contact = new MsnContactImpl(contactList);
contact.setEmail(email);
contact.setFriendlyName(getFriendlyName());
contact.setDisplayName(contact.getFriendlyName());
contactList.addContact(contact);
}
contact.setInList(list, true);
//Added to FL, so need to added to corresponding group.
if (list == MsnList.FL) {