Revision control

Copy as Markdown

Other Tools

<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<html
id="virtualFolderList"
lightweightthemes="true"
persist="width height screenX screenY"
width="400"
height="370"
windowtype="mailnews:virtualFolderList"
scrolling="false"
>
<head>
<title>&virtualFolderListTitle.title;</title>
<link rel="stylesheet" href="chrome://messenger/skin/messenger.css" />
<link rel="stylesheet" href="chrome://messenger/skin/icons.css" />
<link rel="stylesheet" href="chrome://messenger/skin/colors.css" />
<link rel="stylesheet" href="chrome://messenger/skin/mailWindow1.css" />
<link rel="stylesheet" href="chrome://messenger/skin/themeableDialog.css" />
<script
defer="defer"
></script>
<script
defer="defer"
></script>
<script
defer="defer"
></script>
<style id="folderColorsStyle"></style>
</head>
<html:body
>
<dialog>
<stringbundle
id="bundle_messenger"
/>
<label control="folderPickerTree">&virtualFolderDesc.label;</label>
<tree
id="folderPickerTree"
flex="1"
style="height: 290px"
hidecolumnpicker="true"
seltype="multiple"
disableKeyNavigation="true"
simplelist="true"
mode="virtual"
onkeypress="gSelectVirtual.onKeyPress(event);"
onclick="gSelectVirtual.onClick(event);"
>
<treecols>
<treecol
id="folderNameCol"
label="&folderName.label;"
style="flex: 10 10 auto"
primary="true"
crop="center"
/>
<treecol
id="selectedCol"
label="&folderSearch.label;"
style="flex: 1 auto"
cycler="true"
/>
</treecols>
<treechildren />
</tree>
</dialog>
</html:body>
</html>