mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 13:56:29 +00:00
fixes 44669. r=naving, sr=sspitzer. Include the Unread column(green diamond) instead of the 'Unread' column.
This commit is contained in:
parent
598728d197
commit
758cb8bb0c
@ -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"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user