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. git-svn-id: svn://10.0.0.236/trunk@29946 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -30,8 +30,8 @@
|
||||
</treehead>
|
||||
|
||||
|
||||
<treebody id="mailbox://Inbox" name="threadTreeBody">
|
||||
<treeitem open="true">
|
||||
<treebody id="" name="threadTreeBody">
|
||||
<treeitem open="false">
|
||||
</treeitem>
|
||||
</treebody>
|
||||
</tree>
|
||||
|
||||
Reference in New Issue
Block a user