From ffd977bfcd104f479df8e45eb6f4f3eba5507fe2 Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Sat, 19 Dec 2009 16:10:00 +0000 Subject: [PATCH] fix account wizard, QProcess does all the quoting we need here svn path=/branches/work/akonadi-ports/kdepim/; revision=1063938 --- util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.cpp b/util.cpp index efe6aea1c..f06487df4 100644 --- a/util.cpp +++ b/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. "