diff -r 72b543305e3a -r d09ac5c1e252 messagingappbase/mce/src/MceMessageListContainer.cpp --- a/messagingappbase/mce/src/MceMessageListContainer.cpp Thu Dec 17 08:44:11 2009 +0200 +++ b/messagingappbase/mce/src/MceMessageListContainer.cpp Thu Jan 07 12:45:05 2010 +0200 @@ -123,7 +123,11 @@ SetRect( aRect ); iListBox = new (ELeave) CMceMessageListBox( *this ); - iListBox->ConstructL( this, EAknListBoxStylusMarkableList ); + if(aFolderId == KMsvGlobalOutBoxIndexEntryIdValue) + iListBox->ConstructL( this, EAknListBoxStylusMarkableList|EAknListBoxItemSpecificMenuDisabled ); + else + iListBox->ConstructL( this, EAknListBoxStylusMarkableList ); + iListBox->ItemDrawer()->SetItemMarkReverse( ETrue ); iListBox->EnableMSKObserver( EFalse );