Bug 304096 - When a thread becomes too long, titles are hidden and selecting mails difficult
Summary: When a thread becomes too long, titles are hidden and selecting mails difficult
Status: RESOLVED INTENTIONAL
Alias: None
Product: kmail2
Classification: Applications
Component: message list (show other bugs)
Version: 4.9 pre
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-26 15:07 UTC by Cyrille Dunant
Modified: 2012-07-26 16:05 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 Cyrille Dunant 2012-07-26 15:07:48 UTC
When a mail thread becomes too long, eventually, the mail titles disappear and selecting them becomes tedious.



Reproducible: Always

Steps to Reproduce:
have a long back-and-forth email conversation, always using reply and not touching the title
Actual Results:  
the last messages in the thread are hidden in the display and clicking on them is hit-or miss.

Expected Results:  
some form of "reset" would be desirable, for example
bla
---re: bla
------re: bla
---------re: bla
------------re:bla
_________|
|
---re: bla
Comment 1 Laurent Montel 2012-07-26 15:54:16 UTC
Not possible to do it.
Otherwise  we must break thread to do it.
=> no good
Comment 2 Cyrille Dunant 2012-07-26 16:05:37 UTC
On Thursday 26 Jul 2012 15:54:16 you wrote:
> https://bugs.kde.org/show_bug.cgi?id=304096
> 
> Laurent Montel <montel@kde.org> changed:
> 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
> Status|UNCONFIRMED                 |RESOLVED
>                  CC|                            |montel@kde.org
>          Resolution|---                         |WONTFIX
> 
> --- Comment #1 from Laurent Montel <montel@kde.org> ---
> Not possible to do it.
> Otherwise  we must break thread to do it.
> => no good

I might have been unclear: I would just like the _display_ of the thread to 
have a depth reset after a while with a marker to indicate that.
Thread display would be:

threadLevel = realTreadLevel % maxDepth ;
if(realTreadLevel % maxDepth == 0 && realTreadLevel)
 displayResetMarker() ;

If this is too complicated, never mind. But can we pretty please have at 
scrollbar appear?

  -- Cyrille Dunant