[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdepim/KDE/4.9] kmail: This piece of code was not removed when it moved to messageactions
From:       Montel Laurent <montel () kde ! org>
Date:       2012-08-13 7:23:57
Message-ID: 20120813072357.E6215A6094 () git ! kde ! org
[Download RAW message or body]

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 QString &tmpl )
 }
 
 
-//-----------------------------------------------------------------------------
-void KMMainWidget::slotNoQuoteReplyToMsg()
-{
-  const Akonadi::Item msg = mMessagePane->currentItem();
-  if ( !msg.isValid() )
-    return;
-
-  KMCommand *command = new KMReplyCommand( this, msg, MessageComposer::ReplySmart, 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();
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic