diff -r 224522e33db9 -r 25fe1fe642e3 messagingapp/msgappfw/server/src/ccsconversationcachehelper.cpp --- a/messagingapp/msgappfw/server/src/ccsconversationcachehelper.cpp Tue Jul 06 22:50:16 2010 +0530 +++ b/messagingapp/msgappfw/server/src/ccsconversationcachehelper.cpp Fri Jul 09 14:46:10 2010 +0530 @@ -249,7 +249,7 @@ CCsConversationEntry* conEntry = iConversationEvent->ClientConversation()->GetConversationEntry(); - if (ECsBlueTooth == conEntry->GetType()) + if (ECsBlueTooth == conEntry->GetType()|| ECsBlueTooth_VCard == conEntry->GetType()|| ECsBlueTooth_VCal == conEntry->GetType()) { AddConversationEntryL(conEntry, KBluetoothMsgsConversationId); } @@ -290,7 +290,7 @@ TUint8 CCsConversationCacheHelper::NeedsSpecialProcessing( CCsConversationEntry* aConversationEntry) { - if (ECsBlueTooth == aConversationEntry->GetType()) + if (ECsBlueTooth == aConversationEntry->GetType() || ECsBlueTooth_VCard == aConversationEntry->GetType() || ECsBlueTooth_VCal == aConversationEntry->GetType()) { return 1; }