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
<html
id="virtualFolderList"
lightweightthemes="true"
persist="width height screenX screenY"
style="min-width: 27em; min-height: 25em"
windowtype="mailnews:virtualFolderList"
scrolling="false"
>
<head>
<title>&virtualFolderListTitle.title;</title>
<meta
http-equiv="Content-Security-Policy"
content="default-src chrome:; script-src chrome: 'unsafe-inline' moz-src:; style-src chrome: 'unsafe-inline'"
/>
<link rel="localization" href="messenger/treeView.ftl" />
<link
rel="stylesheet"
/>
<script
defer="defer"
></script>
<script
type="module"
></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>
<html:auto-tree-view id="folderPickerTree"></html:auto-tree-view>
</dialog>
</html:body>
</html>