equal
deleted
inserted
replaced
120 TFSMailMsgId msgId( iPlugin.PluginId(), aEntry.Entry().Id() ); |
120 TFSMailMsgId msgId( iPlugin.PluginId(), aEntry.Entry().Id() ); |
121 CFSMailMessage* fsMsg = CFSMailMessage::NewLC( msgId ); |
121 CFSMailMessage* fsMsg = CFSMailMessage::NewLC( msgId ); |
122 |
122 |
123 fsMsg->SetFolderId( |
123 fsMsg->SetFolderId( |
124 TFSMailMsgId( iPlugin.PluginId(), aEntry.Entry().Parent() ) ); |
124 TFSMailMsgId( iPlugin.PluginId(), aEntry.Entry().Parent() ) ); |
125 |
125 // ERLN-7YUEX3 |
|
126 fsMsg->SetMailBoxId(TFSMailMsgId( iPlugin.PluginId(), aEntry.Entry().iServiceId )); |
|
127 // End ERLN-7YUEX3 |
|
128 |
126 CMsvStore* store( NULL ); |
129 CMsvStore* store( NULL ); |
127 |
130 |
128 if ( aEntry.HasStoreL() ) |
131 if ( aEntry.HasStoreL() ) |
129 { |
132 { |
130 store = aEntry.ReadStoreL(); |
133 store = aEntry.ReadStoreL(); |