diff -r ebe688cedc25 -r 7fdbb852d323 email/pop3andsmtpmtm/clientmtms/src/CIMPLAINBODYTEXT.cpp --- a/email/pop3andsmtpmtm/clientmtms/src/CIMPLAINBODYTEXT.cpp Tue Aug 31 15:11:31 2010 +0300 +++ b/email/pop3andsmtpmtm/clientmtms/src/CIMPLAINBODYTEXT.cpp Wed Sep 01 12:31:54 2010 +0100 @@ -70,7 +70,7 @@ TInt count = iEmailMessage.Selection().Count(); for(TInt i=0;iInitialisePlainBodyTextForWriteL(EFalse, charset, defaultCharset)); + iPlainTextArray.Append(iStore->InitialisePlainBodyTextForWriteL(EFalse, charset, defaultCharset)); } else { @@ -105,7 +105,7 @@ CMsvStore* store = iMsvEntry.ReadStoreL(); CleanupStack::PushL(store); - iPlainTextArray.AppendL( store->InitialisePlainBodyTextForReadL(aChunkLength)); + iPlainTextArray.Append( store->InitialisePlainBodyTextForReadL(aChunkLength)); // if the existing charset was overidden by calling CImEmailMessage::SetCharacterSetL if(override) { @@ -468,5 +468,4 @@ void CImPlainBodyText::DoCancel() { iPlainTextArray[iIndex]->Cancel(); - CMsgActive::DoCancel(); }