Bug 183031

Summary: Collapsing all threads collapses all groups too
Product: [Applications] kmail Reporter: Daniel <leva>
Component: new message listAssignee: Szymon Stefanek <pragma>
Status: RESOLVED FIXED    
Severity: normal CC: jtamate
Priority: NOR    
Version: 1.11.0   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Daniel 2009-02-03 18:04:03 UTC
Version:           1.11.0 (using KDE 4.2.0)
OS:                Linux
Installed from:    Debian testing/unstable Packages

When pressing the hotkey for "Collapse all threads" (CTRL+,) the groups gets collapsed too. Under groups I mean the [Today], [Yesterday] etc... groups in the message list.
That function shouldn't collapse groups too, only threads.
Comment 1 Jaime Torres 2009-02-13 13:11:47 UTC
Confirmed in kmail 1.11.90 (kde 4.2.62) from svn trunk r923448.
Comment 2 Szymon Stefanek 2009-03-09 14:59:34 UTC
SVN commit 937315 by stefanek:

CTRL+, and CTRL+. now always expand/collapse threads, as the shortcut
name suggests. Groups are not expanded/collapsed.

BUG: 183031



 M  +2 -1      model.h  
 M  +45 -37    view.cpp  
 M  +8 -0      view.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=937315
Comment 3 Thomas McGuire 2009-03-11 15:31:01 UTC
SVN commit 938228 by tmcguire:

Backport r937315 by stefanek from trunk to the 4.2 branch:

CTRL+, and CTRL+. now always expand/collapse threads, as the shortcut
name suggests. Groups are not expanded/collapsed.

CCBUG: 183031




 M  +2 -1      model.h  
 M  +45 -37    view.cpp  
 M  +8 -0      view.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=938228