harvesterplugins/messaging/email/qtemailfetcher/qtemailfetcher.cpp
changeset 22 2ef216e92ef2
parent 19 08315a312857
child 26 367228f82b66
equal deleted inserted replaced
21:708468d5143e 22:2ef216e92ef2
   229     //This feature will be implemented as soon as we get supporting API's from Email team
   229     //This feature will be implemented as soon as we get supporting API's from Email team
   230     
   230     
   231     //Adding subject and body to the excerpt. 
   231     //Adding subject and body to the excerpt. 
   232     QString excerpt ;
   232     QString excerpt ;
   233     excerpt = aEnvelope.subject();
   233     excerpt = aEnvelope.subject();
       
   234 	excerpt += " " ;
   234     excerpt += msgBody ;
   235     excerpt += msgBody ;
   235     doc->AddExcerptL( qt_QString2TPtrC(excerpt) );
   236     doc->AddExcerptL( qt_QString2TPtrC(excerpt) );
   236     );
   237     );
   237     #ifdef USE_HIGHLIGHTER
   238     #ifdef USE_HIGHLIGHTER
   238         doc->AddHLDisplayFieldL(qt_QString2TPtrC( const_cast<NmApiMessageEnvelope&>(aEnvelope).sender() ));
   239         doc->AddHLDisplayFieldL(qt_QString2TPtrC( const_cast<NmApiMessageEnvelope&>(aEnvelope).sender() ));