diff -r 84197e66a4bd -r 35b64624a9e7 messagingapp/msgui/appengine/inc/conversationsmodel.h --- a/messagingapp/msgui/appengine/inc/conversationsmodel.h Fri Jun 11 13:35:48 2010 +0300 +++ b/messagingapp/msgui/appengine/inc/conversationsmodel.h Wed Jun 23 18:09:17 2010 +0300 @@ -161,6 +161,13 @@ * @param filePath, filepath to be used if icon is not in cache */ HbIcon* getPreviewIconItem(int msgId, QString& filepath) const; + + /** + * Check if a MMS is forwardable or not + * @param messageId, message id + * @return true/false + */ + bool validateMsgForForward(qint32 messageId); private: