ipsservices/ipssosplugin/src/ipsplgmsgmapper.cpp
changeset 44 c2d07d913565
parent 43 99bcbff212ad
child 47 f83bd4ae1fe3
equal deleted inserted replaced
43:99bcbff212ad 44:c2d07d913565
   712                         	}
   712                         	}
   713 						else
   713 						else
   714 							{
   714 							{
   715 							// Only text/calendar part included as attachment
   715 							// Only text/calendar part included as attachment
   716 							aMsg.ResetFlag( EFSMsgFlag_Attachments );
   716 							aMsg.ResetFlag( EFSMsgFlag_Attachments );
   717 							//Set Attachment flag for CMsvEntry (needed for sorting)
   717 							// <qmail> remove call to SetAttachmentFlagL(), because shouln't be needed any more
   718 							TRAP_IGNORE( SetAttachmentFlagL( aEntry, EFalse ) );
       
   719 							}
   718 							}
   720                 		}
   719                 		}
   721                 	delete cEntry;
   720                 	delete cEntry;
   722                 	cEntry = NULL;
   721                 	cEntry = NULL;
   723                 	}
   722                 	}