diff -r 12c456ceeff2 -r 5253a20d2a1e emailuis/emailui/src/ncspopuplistbox.cpp --- a/emailuis/emailui/src/ncspopuplistbox.cpp Thu Jan 07 12:38:38 2010 +0200 +++ b/emailuis/emailui/src/ncspopuplistbox.cpp Mon Jan 18 20:08:26 2010 +0200 @@ -213,7 +213,8 @@ // void CNcsPopupListBox::HandleListBoxEventL( CEikListBox* /*aListBox*/, TListBoxEvent aEventType ) { - if (aEventType == EEventItemClicked) + if ( aEventType == EEventItemClicked || + aEventType == EEventItemSingleClicked ) { iHeaderContainer.DoPopupSelectL(); }