1999-05-28 19:41:31 +00:00
|
|
|
<?xml version="1.0"?>
|
1999-12-05 08:27:37 +00:00
|
|
|
|
|
|
|
<?xml-stylesheet href="chrome://messenger/skin/" type="text/css"?>
|
1999-11-12 02:41:50 +00:00
|
|
|
<?xml-stylesheet href="chrome://messenger/skin/folderPane.css" type="text/css"?>
|
1999-12-05 08:27:37 +00:00
|
|
|
|
1999-06-08 02:17:35 +00:00
|
|
|
<!--
|
|
|
|
The contents of this file are subject to the Netscape Public
|
|
|
|
License Version 1.1 (the "License"); you may not use this file
|
|
|
|
except in compliance with the License. You may obtain a copy of
|
|
|
|
the License at http://www.mozilla.org/NPL/
|
|
|
|
|
|
|
|
Software distributed under the License is distributed on an "AS
|
|
|
|
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
|
|
implied. See the License for the specific language governing
|
|
|
|
rights and limitations under the License.
|
|
|
|
|
|
|
|
The Original Code is Mozilla Communicator client code, released
|
|
|
|
March 31, 1998.
|
|
|
|
|
|
|
|
The Initial Developer of the Original Code is Netscape
|
|
|
|
Communications Corporation. Portions created by Netscape are
|
|
|
|
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
|
|
|
Rights Reserved.
|
|
|
|
-->
|
1999-08-07 00:22:01 +00:00
|
|
|
<!DOCTYPE window SYSTEM "chrome://messenger/locale/folderpane.dtd">
|
1999-05-28 19:41:31 +00:00
|
|
|
|
1999-09-29 20:19:35 +00:00
|
|
|
<overlay
|
1999-05-28 19:41:31 +00:00
|
|
|
xmlns:html="http://www.w3.org/TR/REC-html40"
|
|
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
1999-09-29 20:19:35 +00:00
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
1999-07-13 20:29:33 +00:00
|
|
|
|
1999-10-05 04:14:26 +00:00
|
|
|
<html:div id="folder-panel" flex="100%" style="width: 100px; height: 600px">
|
1999-10-26 00:39:19 +00:00
|
|
|
<tree style="height: 100%"
|
|
|
|
rdf:datasources="rdf:null"
|
|
|
|
id="folderTree" class="mail-folders"
|
|
|
|
rdf:ignore="http://home.netscape.com/NC-rdf#MessageChild"
|
1999-11-05 02:21:47 +00:00
|
|
|
onselect="top.FolderPaneSelectionChange(); document.commandDispatcher.updateCommands('tree-select');"
|
|
|
|
onblur="goOnEvent(this,'blur')">
|
1999-08-07 02:32:08 +00:00
|
|
|
|
1999-10-26 00:39:19 +00:00
|
|
|
<template>
|
|
|
|
<rule>
|
|
|
|
<treechildren>
|
1999-11-16 23:52:20 +00:00
|
|
|
<treeitem class="folderTreeItem" uri="..."
|
1999-10-26 00:39:19 +00:00
|
|
|
SpecialFolder="rdf:http://home.netscape.com/NC-rdf#SpecialFolder"
|
|
|
|
BiffState="rdf:http://home.netscape.com/NC-rdf#BiffState"
|
|
|
|
IsServer="rdf:http://home.netscape.com/NC-rdf#IsServer"
|
1999-11-11 00:23:29 +00:00
|
|
|
ServerType="rdf:http://home.netscape.com/NC-rdf#ServerType"
|
1999-11-22 22:08:23 +00:00
|
|
|
HasUnreadMessages="rdf:http://home.netscape.com/NC-rdf#HasUnreadMessages"
|
1999-12-21 23:38:31 +00:00
|
|
|
SubfoldersHaveUnreadMessages="rdf:http://home.netscape.com/NC-rdf#SubfoldersHaveUnreadMessages"
|
1999-11-11 00:23:29 +00:00
|
|
|
persist="threaded">
|
1999-10-26 00:39:19 +00:00
|
|
|
<treerow >
|
1999-10-29 20:46:15 +00:00
|
|
|
<treecell indent="true" value="rdf:http://home.netscape.com/NC-rdf#FolderTreeName"/>
|
1999-10-26 00:39:19 +00:00
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
|
|
|
</treechildren>
|
|
|
|
</rule>
|
|
|
|
</template>
|
1999-06-23 03:02:21 +00:00
|
|
|
|
1999-10-29 20:46:15 +00:00
|
|
|
<treecol persist="width" width="3*" id="FolderColumn" rdf:resource="http://home.netscape.com/NC-rdf#FolderTreeName"/>
|
1999-10-28 22:14:14 +00:00
|
|
|
<treehead>
|
|
|
|
<treerow>
|
|
|
|
</treerow>
|
|
|
|
</treehead>
|
1999-10-26 00:39:19 +00:00
|
|
|
</tree>
|
1999-07-02 09:05:34 +00:00
|
|
|
</html:div>
|
1999-09-29 20:19:35 +00:00
|
|
|
</overlay>
|