fix for #5839. problems on startup on windows nt, because

tree body in threadPane.xul is rooted at mailbox://Inbox, which
doesn't make sense in the new multiple account world.
This commit is contained in:
sspitzer%netscape.com 1999-05-01 16:28:25 +00:00
Родитель ae94aa23e6
Коммит ac0c1e05b5
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -30,8 +30,8 @@
</treehead>
<treebody id="mailbox://Inbox" name="threadTreeBody">
<treeitem open="true">
<treebody id="" name="threadTreeBody">
<treeitem open="false">
</treeitem>
</treebody>
</tree>