harvesterplugins/messaging/email/qtemailfetcher/qtemailfetcher.cpp
changeset 25 bbc5954c9ec3
parent 20 68cdadcf169e
equal deleted inserted replaced
23:af30d8015c58 25:bbc5954c9ec3
   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() ));