From kde-commits Mon Aug 13 07:23:57 2012 From: Montel Laurent Date: Mon, 13 Aug 2012 07:23:57 +0000 To: kde-commits Subject: [kdepim/KDE/4.9] kmail: This piece of code was not removed when it moved to messageactions Message-Id: <20120813072357.E6215A6094 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=134484293316499 Git commit b140c45ceb70f80796a7f703fe6798a2742b592c by Montel Laurent. Committed on 13/08/2012 at 09:23. Pushed by mlaurent into branch 'KDE/4.9'. This piece of code was not removed when it moved to messageactions M +0 -11 kmail/kmmainwidget.cpp M +0 -1 kmail/kmmainwidget.h http://commits.kde.org/kdepim/b140c45ceb70f80796a7f703fe6798a2742b592c diff --git a/kmail/kmmainwidget.cpp b/kmail/kmmainwidget.cpp index c3485a2..b4a2183 100644 --- a/kmail/kmmainwidget.cpp +++ b/kmail/kmmainwidget.cpp @@ -2414,17 +2414,6 @@ void KMMainWidget::slotCustomForwardMsg( const QStri= ng &tmpl ) } = = -//------------------------------------------------------------------------= ----- -void KMMainWidget::slotNoQuoteReplyToMsg() -{ - const Akonadi::Item msg =3D mMessagePane->currentItem(); - if ( !msg.isValid() ) - return; - - KMCommand *command =3D new KMReplyCommand( this, msg, MessageComposer::R= eplySmart, QString(), true ); - command->start(); -} - void KMMainWidget::openFilterDialog(const QByteArray &field, const QString= &value) { FilterIf->openFilterDialog( false ); diff --git a/kmail/kmmainwidget.h b/kmail/kmmainwidget.h index b50b7b8..85dce2b 100644 --- a/kmail/kmmainwidget.h +++ b/kmail/kmmainwidget.h @@ -429,7 +429,6 @@ class KMAIL_EXPORT KMMainWidget : public QWidget void slotForwardAttachedMsg(); void slotRedirectMsg(); void slotCustomForwardMsg( const QString &tmpl ); - void slotNoQuoteReplyToMsg(); void slotSubjectFilter(); void slotFromFilter(); void slotToFilter();