messagingappbase/mce/src/MceMessageListboxItemDrawer.cpp
branchRCL_3
changeset 77 da6ac9d688df
parent 71 17302fa075e1
--- a/messagingappbase/mce/src/MceMessageListboxItemDrawer.cpp	Wed Sep 15 12:08:45 2010 +0300
+++ b/messagingappbase/mce/src/MceMessageListboxItemDrawer.cpp	Wed Oct 13 14:27:34 2010 +0300
@@ -22,7 +22,6 @@
 // INCLUDE FILES
 #include "MceMessageListContainer.h"
 #include "MceMessageListboxItemDrawer.h"
-#include "MceIds.h"
 
 
 // ================= MEMBER FUNCTIONS =======================
@@ -58,12 +57,7 @@
     {
     TListItemProperties properties;
     properties.SetColor( iTextColor );
-	//only for MyFolders set the Hidden Selection, no folder should be able to be selected
-    if ( iMessageListContainer.CurrentFolderId() == KMceDocumentsEntryId )
-        {
-    	properties.SetHiddenSelection( iMessageListContainer.IsItemFolder( aItemIndex )  ||
-            iMessageListContainer.SyncMlOutboxOpened() );
-	}
+
     return properties;
     }