@ -134,7 +134,7 @@ void KShowMailApp::initActions ()
new TDEAction ( i18n ( " Show &complete highlighted messages " ) , " letter-open " , Key_F3 , this , SLOT ( slotShowMessage ( ) ) , actionCollection ( ) , " show_complete " ) ;
new TDEAction ( i18n ( " Show &complete highlighted messages " ) , " letter-open " , Key_F3 , this , SLOT ( slotShowMessage ( ) ) , actionCollection ( ) , " show_complete " ) ;
new TDEAction ( i18n ( " &Delete highlighted messages " ) , " eraser " , Key_Delete , this , SLOT ( slotDelete ( ) ) , actionCollection ( ) , " delete " ) ;
new TDEAction ( i18n ( " &Delete highlighted messages " ) , " eraser " , Key_Delete , this , SLOT ( slotDelete ( ) ) , actionCollection ( ) , " delete " ) ;
new TDEAction ( i18n ( " S&top current transfer " ) , " process-stop " , 0 , this , SLOT ( slotStop ( ) ) , actionCollection ( ) , " stop " ) ;
new TDEAction ( i18n ( " S&top current transfer " ) , " process-stop " , 0 , this , SLOT ( slotStop ( ) ) , actionCollection ( ) , " stop " ) ;
new TDEAction ( i18n ( " Show Filter Log " ) , " log" , Key_F4 , this , SLOT ( slotShowFilterLog ( ) ) , actionCollection ( ) , " show_filterlog " ) ;
new TDEAction ( i18n ( " Show Filter Log " ) , " text-x- log" , Key_F4 , this , SLOT ( slotShowFilterLog ( ) ) , actionCollection ( ) , " show_filterlog " ) ;
new TDEAction ( i18n ( " Add sender to whitelist " ) , " add_user " , 0 , this , SLOT ( slotAddToWhitelist ( ) ) , actionCollection ( ) , " addWhitelist " ) ;
new TDEAction ( i18n ( " Add sender to whitelist " ) , " add_user " , 0 , this , SLOT ( slotAddToWhitelist ( ) ) , actionCollection ( ) , " addWhitelist " ) ;
new TDEAction ( i18n ( " Add sender to blacklist " ) , " delete_user " , 0 , this , SLOT ( slotAddToBlacklist ( ) ) , actionCollection ( ) , " addBlacklist " ) ;
new TDEAction ( i18n ( " Add sender to blacklist " ) , " delete_user " , 0 , this , SLOT ( slotAddToBlacklist ( ) ) , actionCollection ( ) , " addBlacklist " ) ;