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

List:       kmail-devel
Subject:    [Bug 99428] no longer possible to select the folder for "move to"
From:       Carsten Burghardt <burghardt () kde ! org>
Date:       2005-06-27 20:39:35
Message-ID: 20050627203935.10728.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=99428         




------- Additional Comments From burghardt kde org  2005-06-27 22:39 -------
SVN commit 429480 by burghard:

Upon user request: restore the old behaviour to open all folders.
CCMAIL:99428 bugs kde org


 M  +2 -1      kmfolderseldlg.cpp  


--- trunk/KDE/kdepim/kmail/kmfolderseldlg.cpp #429479:429480
 @ -106,6 +106,7  @
       if ( depth > lastDepth ) {
         // next lower level - parent node will get opened
         item = new FolderItem( lastItem );
+        lastItem->setOpen(true);
       }
       else {
         if ( depth == lastDepth ) {
 @ -135,7 +136,7  @
     item->setText( mFolderColumn, fti->text( 0 ) );
     item->setProtocol( fti->protocol() );
     item->setType( fti->type() );
-    item->setOpen( fti->isOpen() );
+    item->setOpen( true );
     // Make items without folders and readonly items unselectable
     // if we're told so
     if ( mustBeReadWrite && ( !fti->folder() || fti->folder()->isReadOnly() ) ) {
_______________________________________________
KMail developers mailing list
KMail-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmail-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

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