diff -r ebfee66fde93 -r 84197e66a4bd messagingapp/msgappfw/plugins/msgplugin/src/ccsmsghandler.cpp --- a/messagingapp/msgappfw/plugins/msgplugin/src/ccsmsghandler.cpp Fri Jun 04 10:25:39 2010 +0100 +++ b/messagingapp/msgappfw/plugins/msgplugin/src/ccsmsghandler.cpp Fri Jun 11 13:35:48 2010 +0300 @@ -823,14 +823,17 @@ else if (aEntry.iBioType == KMsgBioUidVCalendar.iUid) { type = ECsBioMsg_VCal; - } - } - break; - default: - type = ECsUnknown; - break; + } + else if (aEntry.iBioType == KMsgBioNokiaServiceMessage.iUid) { + type = ECsBioMgs_NokiaService; } - return (type); } + break; + default: + type = ECsUnknown; + break; + } + return (type); +} // End of file