diff -r 36f374c67aa8 -r 12db4185673b messagingapp/msgappfw/server/src/ccsconversationcachehelper.cpp --- a/messagingapp/msgappfw/server/src/ccsconversationcachehelper.cpp Tue Jul 06 14:12:40 2010 +0300 +++ b/messagingapp/msgappfw/server/src/ccsconversationcachehelper.cpp Wed Aug 18 09:45:25 2010 +0300 @@ -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; }