diff --git a/kmcomposerui.rc b/kmcomposerui.rc index 211df05d1..a9e5f9b0b 100644 --- a/kmcomposerui.rc +++ b/kmcomposerui.rc @@ -1,4 +1,4 @@ - + &Message @@ -73,6 +73,7 @@ &Settings + diff --git a/kmcomposewin.cpp b/kmcomposewin.cpp index 714aa414d..ac836bd74 100644 --- a/kmcomposewin.cpp +++ b/kmcomposewin.cpp @@ -1209,6 +1209,10 @@ void KMComposeWin::setupActions(int aCryptoMessageFormat) this, SLOT(slotConfigureAddressCompletion()), actionCollection(), "setup_completion_order"); + (void) new KAction ( i18n("Configure &Recent Addresses..." ), 0, + mEdtTo, SLOT( editRecentAddresses() ), + actionCollection(), "setup_recent_addresses" ); + #ifdef KLEO_CHIASMUS if ( Kleo::CryptoBackendFactory::instance()->protocol( "Chiasmus" ) ) { K33ToggleAction * a = new K33ToggleAction( i18n( "Encrypt Message with Chiasmus..." ),