diff -r 94cccd85bd25 -r 1367103c24e2 messagingappbase/sendui/genericmtmplugin/src/genericmtmplugin.cpp --- a/messagingappbase/sendui/genericmtmplugin/src/genericmtmplugin.cpp Wed Jun 09 09:37:26 2010 +0300 +++ b/messagingappbase/sendui/genericmtmplugin/src/genericmtmplugin.cpp Mon Jun 21 15:36:19 2010 +0300 @@ -499,17 +499,13 @@ TInt aAttachmentCount ) { LOGTEXT(_L8("CGenericMtmPlugin::IsWaitNoteNeededL >>")); - if ( aMtmUid != KSenduiMtmIrUid && aMtmUid != KSenduiMtmBtUid ) - { - return ETrue; - } + const CRichText* bodyText = aMessageData.BodyText(); const CMessageAddressArray& toAddresses = aMessageData.ToAddressArray(); if ( aAttachmentCount > 0 || - ( bodyText && bodyText->DocumentLength() ) || - ( toAddresses.Count() > 2 ) ) + ( bodyText && bodyText->DocumentLength() ) ) { LOGTEXT(_L8("CGenericMtmPlugin::IsWaitNoteNeededL <<")); return ETrue;