diff -r 759dc5235cdb -r bf7eb7911fc5 ipsservices/ipssosplugin/src/ipsplgmsgmapper.cpp --- a/ipsservices/ipssosplugin/src/ipsplgmsgmapper.cpp Fri Jun 11 13:27:14 2010 +0300 +++ b/ipsservices/ipssosplugin/src/ipsplgmsgmapper.cpp Wed Jun 23 18:00:21 2010 +0300 @@ -714,8 +714,7 @@ { // Only text/calendar part included as attachment aMsg.ResetFlag( EFSMsgFlag_Attachments ); - //Set Attachment flag for CMsvEntry (needed for sorting) - TRAP_IGNORE( SetAttachmentFlagL( aEntry, EFalse ) ); + // remove call to SetAttachmentFlagL(), because shouln't be needed any more } } delete cEntry;