diff -r 2666d9724c76 -r d4f567ce2e7c contacts_plat/virtual_phonebook_configuration_api/inc/phonebook/VPbkVariant.hrh --- a/contacts_plat/virtual_phonebook_configuration_api/inc/phonebook/VPbkVariant.hrh Thu Jul 15 18:22:55 2010 +0300 +++ b/contacts_plat/virtual_phonebook_configuration_api/inc/phonebook/VPbkVariant.hrh Thu Aug 19 09:41:07 2010 +0300 @@ -131,7 +131,12 @@ /** * Show email addresses in Send Message address selection. */ - EVPbkLVShowEmailInSendMsg = 0x00100000 + EVPbkLVShowEmailInSendMsg = 0x00100000, + + /** + * Sync contact group during vCard sync. + */ + EVPbkLVSyncGroupEnabled = 0x00200000 };