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
Not possible to do it. Otherwise we must break thread to do it. => no good
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