Hooking up persistence of column state in the thread pane.

This commit is contained in:
hyatt%netscape.com 1999-09-03 09:22:19 +00:00
parent 950432fabb
commit 6e799d5002

View File

@ -60,17 +60,17 @@ Rights Reserved.
</rule>
</template>
<treecol fixed="true" width="20" id="ThreadColumn" rdf:resource="http://home.netscape.com/NC-rdf#Thread"/>
<treecol width="7*" id="SubjectColumn" rdf:resource="http://home.netscape.com/NC-rdf#Subject"/>
<treecol width="4*" id="AuthorColumn" rdf:resource="http://home.netscape.com/NC-rdf#Sender"/>
<treecol fixed="true" width="20" id="UnreadButtonColumn"/>
<treecol width="2*" id="DateColumn" rdf:resource="http://home.netscape.com/NC-rdf#Date"/>
<treecol width="1*" id="PriorityColumn" rdf:resource="http://home.netscape.com/NC-rdf#Priority"/>
<treecol fixed="true" width="20" id="FlaggedButtonColumn"/>
<treecol width="1*" id="StatusColumn" rdf:resource="http://home.netscape.com/NC-rdf#Status"/>
<treecol width="1*" id="SizeColumn" rdf:resource="http://home.netscape.com/NC-rdf#Size"/>
<treecol width="1*" id="UnreadColumn" rdf:resource="http://home.netscape.com/NC-rdf#TotalUnreadMessages"/>
<treecol width="1*" id="TotalColumn" rdf:resource="http://home.netscape.com/NC-rdf#TotalMessages"/>
<treecol persist="width" fixed="true" width="20" id="ThreadColumn" rdf:resource="http://home.netscape.com/NC-rdf#Thread"/>
<treecol persist="width" width="7*" id="SubjectColumn" rdf:resource="http://home.netscape.com/NC-rdf#Subject"/>
<treecol persist="width" width="4*" id="AuthorColumn" rdf:resource="http://home.netscape.com/NC-rdf#Sender"/>
<treecol persist="width" fixed="true" width="20" id="UnreadButtonColumn"/>
<treecol persist="width" width="2*" id="DateColumn" rdf:resource="http://home.netscape.com/NC-rdf#Date"/>
<treecol persist="width" width="1*" id="PriorityColumn" rdf:resource="http://home.netscape.com/NC-rdf#Priority"/>
<treecol persist="width" fixed="true" width="20" id="FlaggedButtonColumn"/>
<treecol persist="width" width="1*" id="StatusColumn" rdf:resource="http://home.netscape.com/NC-rdf#Status"/>
<treecol persist="width" width="1*" id="SizeColumn" rdf:resource="http://home.netscape.com/NC-rdf#Size"/>
<treecol persist="width" width="1*" id="UnreadColumn" rdf:resource="http://home.netscape.com/NC-rdf#TotalUnreadMessages"/>
<treecol persist="width" width="1*" id="TotalColumn" rdf:resource="http://home.netscape.com/NC-rdf#TotalMessages"/>
<treehead>
<treerow>
<treecell onclick="return top.ChangeThreadView();" class='threadColumnHeader' id="ThreadColumnHeader"/>