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

List:       kde-commits
Subject:    KDE/kdepim/kmail
From:       Allen Winter <winter () kde ! org>
Date:       2006-10-31 20:41:29
Message-ID: 1162327289.078772.12616.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 600786 by winterz:

forward port SVN commit 600771 by winterz:

remove the Mark as Sent menu selection, as discussed on kmail-devel.
per Ingo and Till.



 M  +0 -6      kmmainwidget.cpp  
 M  +0 -1      kmmainwidget.h  


--- trunk/KDE/kdepim/kmail/kmmainwidget.cpp #600785:600786
@@ -2630,11 +2630,6 @@
   mToggleTodoAction->setCheckedState( KGuiItem(i18n("Remove &To-do Message Mark")) \
);  mStatusMenu->addAction( mToggleTodoAction );
 
-  mToggleSentAction = new KToggleAction(KIcon("kmmsgsent"), i18n("Mark Message as \
                &Sent"), actionCollection(), "status_sent");
-  connect(mToggleSentAction, SIGNAL(triggered(bool) ), \
                SLOT(slotSetMsgStatusSent()));
-  mToggleSentAction->setCheckedState( KGuiItem(i18n("Remove &Sent Mark")) );
-
-
   //----- "Mark Thread" submenu
   mThreadStatusMenu = new KActionMenu ( i18n( "Mark &Thread" ),
                                        actionCollection(), "thread_status" );
@@ -3024,7 +3019,6 @@
     if ( mFolder && mHeaders && mHeaders->currentMsg() ) {
       MessageStatus status = mHeaders->currentMsg()->status();
       mToggleTodoAction->setChecked( status.isTodo() );
-      mToggleSentAction->setChecked( status.isSent() );
       mToggleFlagAction->setChecked( status.isImportant() );
       if (thread_actions) {
         mToggleThreadTodoAction->setChecked( status.isTodo() );
--- trunk/KDE/kdepim/kmail/kmmainwidget.h #600785:600786
@@ -433,7 +433,6 @@
   KToggleAction *mToggleThreadTodoAction;
   KToggleAction *mToggleThreadFlagAction;
   KToggleAction *mToggleTodoAction;
-  KToggleAction *mToggleSentAction;
   KToggleAction *mToggleFlagAction;
 
   KToggleAction *mWatchThreadAction, *mIgnoreThreadAction;


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

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