diff -r 12db4185673b -r 8ba0afbb4637 email/pop3andsmtpmtm/clientmtms/src/CIMPLAINBODYTEXT.cpp --- a/email/pop3andsmtpmtm/clientmtms/src/CIMPLAINBODYTEXT.cpp Wed Aug 18 09:45:25 2010 +0300 +++ b/email/pop3andsmtpmtm/clientmtms/src/CIMPLAINBODYTEXT.cpp Thu Sep 02 20:23:03 2010 +0300 @@ -70,7 +70,7 @@ TInt count = iEmailMessage.Selection().Count(); for(TInt i=0;iInitialisePlainBodyTextForWriteL(EFalse, charset, defaultCharset)); + iPlainTextArray.AppendL(iStore->InitialisePlainBodyTextForWriteL(EFalse, charset, defaultCharset)); } else { @@ -105,7 +105,7 @@ CMsvStore* store = iMsvEntry.ReadStoreL(); CleanupStack::PushL(store); - iPlainTextArray.Append( store->InitialisePlainBodyTextForReadL(aChunkLength)); + iPlainTextArray.AppendL( store->InitialisePlainBodyTextForReadL(aChunkLength)); // if the existing charset was overidden by calling CImEmailMessage::SetCharacterSetL if(override) {