Bug 183031 - Collapsing all threads collapses all groups too
Summary: Collapsing all threads collapses all groups too
Status: RESOLVED FIXED
Alias: None
Product: kmail
Classification: Applications
Component: new message list (show other bugs)
Version: 1.11.0
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Szymon Stefanek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-03 18:04 UTC by Daniel
Modified: 2009-03-11 15:31 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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