<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>131915</bug_id>
          
          <creation_ts>2006-08-05 13:01:58 +0000</creation_ts>
          <short_desc>&quot;Mark Message as Not To-Do&quot; nonsensical; should be &quot;Remove To-Do Mark&quot; or similar</short_desc>
          <delta_ts>2007-09-14 12:17:01 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>10</classification_id>
          <classification>Unmaintained</classification>
          <product>kmail</product>
          <component>general</component>
          <version>1.9.1</version>
          <rep_platform>Ubuntu</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Mark Florian">markrian</reporter>
          <assigned_to name="kdepim bugs">pim-bugs-null</assigned_to>
          
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>458287</commentid>
    <comment_count>0</comment_count>
    <who name="Mark Florian">markrian</who>
    <bug_when>2006-08-05 13:01:59 +0000</bug_when>
    <thetext>Version:           1.9.1 (using KDE KDE 3.5.2)
Installed from:    Ubuntu Packages
OS:                Linux

If a message is marked as To-Do via &quot;Mark Message as To-Do&quot;, the option to remove the flag is called &quot;Mark Message as Not To-Do&quot;, which doesn&apos;t make sense and is inconsistent with the language used for the Important mark.

The Important flag has the options &quot;Mark Message as Important&quot; and &quot;Remove Important Message Mark&quot;. Therefore the option to remove the To-Do flag should be named &quot;Remove To-Do mark&quot; or similar.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>459058</commentid>
    <comment_count>1</comment_count>
    <who name="Allen Winter">winter</who>
    <bug_when>2006-08-08 17:41:07 +0000</bug_when>
    <thetext>SVN commit 571133 by winterz:

New GUI Strings for KDE 3.5.5.
&quot;Mark as Not To-do&quot; becomes  &quot;Remove To-do Mark&quot;
&quot;Mark as Not Sent&quot; becomes &quot;Remove Sent Mark&quot;

BUG: 131915
GUI:


 M  +5 -5      kmmainwidget.cpp  


--- branches/KDE/3.5/kdepim/kmail/kmmainwidget.cpp #571132:571133
@@ -2572,13 +2572,13 @@
   mToggleTodoAction = new KToggleAction(i18n(&quot;Mark Message as &amp;To-do&quot;), &quot;mail_todo&quot;,
                                  0, this, SLOT(slotSetMsgStatusTodo()),
                                  actionCollection(), &quot;status_todo&quot;);
-  mToggleTodoAction-&gt;setCheckedState( i18n(&quot;Mark Message as Not &amp;To-do&quot;) );
+  mToggleTodoAction-&gt;setCheckedState( i18n(&quot;Remove &amp;To-do Message Mark&quot;) );
   mStatusMenu-&gt;insert( mToggleTodoAction );
 
   mToggleSentAction = new KToggleAction(i18n(&quot;Mark Message as &amp;Sent&quot;), &quot;kmmsgsent&quot;,
                                  0, this, SLOT(slotSetMsgStatusSent()),
                                  actionCollection(), &quot;status_sent&quot;);
-  mToggleSentAction-&gt;setCheckedState( i18n(&quot;Mark Message as Not &amp;Sent&quot;) );
+  mToggleSentAction-&gt;setCheckedState( i18n(&quot;Remove &amp;Sent Mark&quot;) );
 
 
   //----- &quot;Mark Thread&quot; submenu
@@ -2615,7 +2615,7 @@
   mToggleThreadTodoAction = new KToggleAction(i18n(&quot;Mark Thread as &amp;To-do&quot;), &quot;mail_todo&quot;,
                                        0, this, SLOT(slotSetThreadStatusTodo()),
                                        actionCollection(), &quot;thread_todo&quot;);
-  mToggleThreadTodoAction-&gt;setCheckedState( i18n(&quot;Mark Thread as Not &amp;To-do&quot;) );
+  mToggleThreadTodoAction-&gt;setCheckedState( i18n(&quot;Remove &amp;To-do Thread Mark&quot;) );
   mThreadStatusMenu-&gt;insert( mToggleThreadTodoAction );
 
   //------- &quot;Watch and ignore thread&quot; actions
@@ -2876,7 +2876,7 @@
 void KMMainWidget::slotShowMsgSrc()
 {
   if ( mMsgView )
-    mMsgView-&gt;setUpdateAttachment( false );  
+    mMsgView-&gt;setUpdateAttachment( false );
   KMMessage *msg = mHeaders-&gt;currentMsg();
   if ( !msg )
     return;
@@ -3014,7 +3014,7 @@
 
     mSendAgainAction-&gt;setEnabled( single_actions &amp;&amp;
              ( mHeaders-&gt;currentMsg() &amp;&amp; mHeaders-&gt;currentMsg()-&gt;isSent() )
-          || ( mFolder &amp;&amp; mHeaders-&gt;currentMsg() &amp;&amp; 
+          || ( mFolder &amp;&amp; mHeaders-&gt;currentMsg() &amp;&amp;
               ( kmkernel-&gt;folderIsDraftOrOutbox( mFolder )
              || kmkernel-&gt;folderIsSentMailFolder( mFolder ) ) ) );
     mSaveAsAction-&gt;setEnabled( mass_actions );
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>