Closed
Bug 524913
Opened 15 years ago
Closed 15 years ago
Summary page for collapsed threads don't show messages after 100
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: Aureliano, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
image/jpeg
|
Details |
I have a thread with 103 messages as display in attached screenshot: when I collapse it, the summary page don't show last incoming unread message.
I don't know if missing only bold enphasys or don't is show the last message because the thread has more messages.
Reporter | ||
Comment 1•15 years ago
|
||
After I little test, I can says that the last messages displayed is the 100: the summary has an upper bound limit set to 100 messages?
Reporter | ||
Updated•15 years ago
|
Summary: Summary page for collapsed threads don't show last unread message → Summary page for collapsed threads don't show messages after 100
Comment 2•15 years ago
|
||
that is what i would suspect from:
> ... (Note: 103 messages are selected, the first 100 are shown)
right?
Reporter | ||
Comment 3•15 years ago
|
||
(In reply to comment #2)
> that is what i would suspect from:
> > ... (Note: 103 messages are selected, the first 100 are shown)
>
> right?
Yes it is: when I click on the last (bottom) message in summary page, TB select message in 100 position on message list.
Comment 4•15 years ago
|
||
AFAIK this was an intentional limit so that we didn't display too much at one time and lock up the app.
Comment 5•15 years ago
|
||
Correct. It might be good to have a way to say "show more", but that'd be an RFE.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
Reporter | ||
Comment 6•15 years ago
|
||
(In reply to comment #4)
> AFAIK this was an intentional limit
It seems to me that I read this on the past.
But I think that if limit is exceeded, summary should be display alway last messages: e.g. in my case thread has 103 message and summary display from message 1 to 100.
I think is right to display from 3 to 103 (103 is last unread message).
Status: RESOLVED → UNCONFIRMED
Resolution: WONTFIX → ---
Reporter | ||
Comment 7•15 years ago
|
||
(In reply to comment #5)
> Correct. It might be good to have a way to say "show more", but that'd be an
> RFE.
For my point of view should be a bug.
I think that summary should be display alway last 100 messages (it is right for performance).
If I want to see prevoius message I can using for example a "show previous" message.
Comment 8•15 years ago
|
||
Maybe, but I'm not convinced. In some cases it could make sense to show the last N, in other cases it might make sense to show the first N.
Reporter | ||
Updated•15 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → WONTFIX
Comment 9•15 years ago
|
||
maybe the current sortby settings of the thread pane should be used to determine the messages to display?
in sql speak:
if we have a sort asc (oldest first): "SORT BY date ASC" -> message 1 - 100
if we have a sort desc (newest first): "SORT BY date DESC"W -> message 103-3
what do you think?
Reporter | ||
Comment 10•15 years ago
|
||
(In reply to comment #9)
> if we have a sort asc (oldest first): "SORT BY date ASC" -> message 1 - 100
> if we have a sort desc (newest first): "SORT BY date DESC"W -> message 103-3
This might be reasonable
You need to log in
before you can comment on or make changes to this bug.
Description
•