fixes 44669. r=naving, sr=sspitzer. Include the Unread column(green diamond) instead of the 'Unread' column.

This commit is contained in:
suresh%netscape.com 2001-05-17 20:58:08 +00:00
parent 598728d197
commit 758cb8bb0c

View File

@ -5,7 +5,7 @@
<RDF:Description about="chrome://messenger/content/messenger.xul#flaggedCol">
<hidden>true</hidden>
</RDF:Description>
<RDF:Description about="chrome://messenger/content/messenger.xul#unreadButtonColHeader">
<RDF:Description about="chrome://messenger/content/messenger.xul#unreadCol">
<hidden>true</hidden>
</RDF:Description>
<RDF:Description about="chrome://messenger/content/messenger.xul#totalCol">
@ -23,7 +23,7 @@
<RDF:Description about="chrome://messenger/content/messenger.xul">
<NC:persist resource="chrome://messenger/content/messenger.xul#statusCol"/>
<NC:persist resource="chrome://messenger/content/messenger.xul#sizeCol"/>
<NC:persist resource="chrome://messenger/content/messenger.xul#unreadButtonColHeader"/>
<NC:persist resource="chrome://messenger/content/messenger.xul#unreadCol"/>
<NC:persist resource="chrome://messenger/content/messenger.xul#totalCol"/>
<NC:persist resource="chrome://messenger/content/messenger.xul#OrderReceivedColumn"/>
<NC:persist resource="chrome://messenger/content/messenger.xul#flaggedCol"/>
@ -72,7 +72,7 @@
<RDF:Description about="chrome://messenger/content/mail3PaneWindowVertLayout.xul#flaggedCol">
<hidden>true</hidden>
</RDF:Description>
<RDF:Description about="chrome://messenger/content/mail3PaneWindowVertLayout.xul#unreadButtonColHeader">
<RDF:Description about="chrome://messenger/content/mail3PaneWindowVertLayout.xul#unreadCol">
<hidden>true</hidden>
</RDF:Description>
<RDF:Description about="chrome://messenger/content/mail3PaneWindowVertLayout.xul#totalCol">
@ -90,7 +90,7 @@
<RDF:Description about="chrome://messenger/content/mail3PaneWindowVertLayout.xul">
<NC:persist resource="chrome://messenger/content/mail3PaneWindowVertLayout.xul#statusCol"/>
<NC:persist resource="chrome://messenger/content/mail3PaneWindowVertLayout.xul#sizeCol"/>
<NC:persist resource="chrome://messenger/content/mail3PaneWindowVertLayout.xul#unreadButtonColHeader"/>
<NC:persist resource="chrome://messenger/content/mail3PaneWindowVertLayout.xul#unreadCol"/>
<NC:persist resource="chrome://messenger/content/mail3PaneWindowVertLayout.xul#totalCol"/>
<NC:persist resource="chrome://messenger/content/mail3PaneWindowVertLayout.xul#OrderReceivedColumn"/>
<NC:persist resource="chrome://messenger/content/mail3PaneWindowVertLayout.xul#flaggedCol"/>