Closed
Bug 191769
Opened 22 years ago
Closed 22 years ago
add "order received" column, but off by default.
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
People
(Reporter: sspitzer, Assigned: neil)
Details
spun off from bug #112264, add "order received" column, but off by default.
note, we already have "Sort By | Order Received" in the menu. we need to make
sure they all work together, too.
in threadPane.xul
<!-- not enabled yet. note, Mail.app has it. useful for debugging.
- if we were going to turn it on, we'd need to add "View | Sort By | ID", too
+ users can still sort by ID via the menu (Order Received)
<splitter class="tree-splitter"/>
- <treecol id="idCol" class="sortDirectionIndicator" persist="hidden ordinal
width" flex="1" label="&idColumn.label;"/>
+ <treecol id="idCol" persist="hidden ordinal width" flex="1" hidden="true"
+ label="&idColumn.label;" display="&orderReceivedColumn.label;"
tooltiptext="&idColumn.tooltip;"/>
-->
| Reporter | ||
Comment 1•22 years ago
|
||
note, I think we do want it in the column picker, but off by default (for new
and existing profiles)
Comment 2•22 years ago
|
||
this is a dupe of bug 72463. I guess it maybe to dupe that old crufty bug to
this shiny new one, so I'm not marking it, but one or the other should be marked
resolved.
| Assignee | ||
Comment 3•22 years ago
|
||
*** This bug has been marked as a duplicate of 72463 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•