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="selectOffline"
windowtype="mailnews:selectOffline"
lightweightthemes="true"
style="min-width: 50ch; height: 400px"
persist="width height screenX screenY"
scrolling="false"
>
<head>
<title>&MsgSelect.label;</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
style="width: 100vw; height: 100vh"
>
<dialog>
<stringbundle
id="bundle_messenger"
/>
<stringbundle
id="bundle_brand"
/>
<label class="desc" control="synchronizeTree"
>&MsgSelectDesc.label;</label
>
<html:auto-tree-view id="synchronizeTree"></html:auto-tree-view>
</dialog>
</html:body>
</html>