fix account wizard, QProcess does all the quoting we need here

svn path=/branches/work/akonadi-ports/kdepim/; revision=1063938
wilder-work
Volker Krause 16 years ago
parent 65d5216a50
commit ffd977bfcd
  1. 2
      util.cpp

@ -321,7 +321,7 @@ void KMail::Util::launchAccountWizard( QWidget *w )
{
QStringList lst;
lst.append( "--type" );
lst.append( "\"message/rfc822\"" );
lst.append( "message/rfc822" );
if( !QProcess::startDetached("accountwizard", lst ) )
KMessageBox::error( w, i18n( "Could not start the account wizard. "

Loading…
Cancel
Save