<?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>88576</bug_id>
          
          <creation_ts>2004-09-01 09:28:08 +0000</creation_ts>
          <short_desc>Checkboxes in attachements are not deleted.</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.7</version>
          <rep_platform>unspecified</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>1</everconfirmed>
          <reporter name="Thomas Zander">zander</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>264747</commentid>
    <comment_count>0</comment_count>
    <who name="Thomas Zander">zander</who>
    <bug_when>2004-09-01 09:28:08 +0000</bug_when>
    <thetext>Version:           1.7 (using KDE 3.3.0, compiled sources)
Compiler:          gcc version 3.3.2 (Debian)
OS:                Linux (i686) release 2.6.1dell-optiplex

When I have an attachment and &apos;OpenPGP/MIME&apos; signing method I have 2 checkboxes in my attachements list of a new email.

If I change the combobox to &apos;inline OpenPGP (deprecated)&apos; the table changes the amount of columns.

The checkboxes are _not_ removed from the screen, however. They stay visible but you can&apos;t click on them.

I forced a redraw (by placing another window over it) and the checkboxes were redrawn, but not active, afterwards.

In effect I have a &apos;Type&apos; column with &apos;PNG Im[ ]&apos;  where the [] is the first checkbox..</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>282125</commentid>
    <comment_count>1</comment_count>
    <who name="Sandro Giessl">sgiessl</who>
    <bug_when>2004-11-02 13:00:57 +0000</bug_when>
    <thetext>CVS commit by giessl: 

When Sign/Encrypt columns are hidden, the checkboxes should be hidden too...
BUG: 88576


  M +2 -0      kmcomposewin.cpp   1.882


--- kdepim/kmail/kmcomposewin.cpp  #1.881:1.882
@@ -4064,8 +4064,10 @@ void KMAtmListViewItem::enableCryptoCBs(
     mCBEncryptEnabled = on;
     mCBEncrypt-&gt;setEnabled( on );
+    mCBEncrypt-&gt;setShown( on );
   }
   if( mCBSign ) {
     mCBSignEnabled = on;
     mCBSign-&gt;setEnabled( on );
+    mCBSign-&gt;setShown( on );
   }
 }


</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>