diff -r a32b19fb291e -r 5b14749788d7 messagingapp/msgappfw/client/src/ccsnotificationhandler.cpp --- a/messagingapp/msgappfw/client/src/ccsnotificationhandler.cpp Thu Jun 17 09:57:06 2010 +0100 +++ b/messagingapp/msgappfw/client/src/ccsnotificationhandler.cpp Thu Jul 22 16:32:06 2010 +0100 @@ -126,7 +126,11 @@ case EModifyConversationListEvent: iRequestHandler->HandleModifyConversationList(iNotificationBuffer); break; - + + case EPartialDeleteConversationListEvent: + iRequestHandler->HandlePartialDeleteConversationList(iNotificationBuffer); + break; + case EAddConversationEvent: iRequestHandler->HandleAddConversation(iNotificationBuffer); break;