"Integrate" kmailcvt into KMail, that even mail client review article writers

and other analphabets who are unable to have a look into the documentation or
at out homepage are able to find it.

svn path=/trunk/kdenetwork/kmail/; revision=95702
wilder-work
Michael Haeckel 25 years ago
parent e5adf2a876
commit f6e88d5b59
  1. 12
      kmmainwin.cpp
  2. 1
      kmmainwin.h
  3. 3
      kmmainwin.rc

@ -570,8 +570,6 @@ void KMMainWin::slotSettings()
}
//-----------------------------------------------------------------------------
void KMMainWin::slotFilter()
{
@ -586,6 +584,13 @@ void KMMainWin::slotAddrBook()
}
//-----------------------------------------------------------------------------
void KMMainWin::slotImport()
{
KRun::runCommand("kmailcvt");
}
//-----------------------------------------------------------------------------
void KMMainWin::slotAddFolder()
{
@ -1601,6 +1606,9 @@ void KMMainWin::setupMenuBar()
(void) new KAction( i18n("Address &Book..."), "contents", 0, this,
SLOT(slotAddrBook()), actionCollection(), "addressbook" );
(void) new KAction( i18n("&Import..."), "kmailcvt", 0, this,
SLOT(slotImport()), actionCollection(), "import" );
KStdAction::close( this, SLOT(slotClose()), actionCollection());
//KStdAction::quit( this, SLOT(quit()), actionCollection());

@ -122,6 +122,7 @@ protected slots:
void slotSettings();
void slotFilter();
void slotAddrBook();
void slotImport();
void slotViewChange();
void slotAddFolder();
void slotCompose();

@ -1,4 +1,4 @@
<!DOCTYPE kpartgui ><kpartgui version="18" name="kmmainwin" >
<!DOCTYPE kpartgui ><kpartgui version="19" name="kmmainwin" >
<MenuBar>
<Menu noMerge="1" name="file" >
<text>&amp;File</text>
@ -14,6 +14,7 @@
<Action name="send_queued" />
<Separator/>
<Action name="addressbook" />
<Action name="import" />
<Separator/>
<Action name="file_close" />
</Menu>

Loading…
Cancel
Save