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/. -->
<!DOCTYPE html>
<html
id="archiveOptions"
style="width: 500px"
scrolling="false"
>
<head>
<title data-l10n-id="archive-options-title"></title>
<link rel="stylesheet" href="chrome://messenger/skin/accountManage.css" />
<link rel="stylesheet" href="chrome://messenger/skin/folderPane.css" />
<link rel="stylesheet" href="chrome://messenger/skin/icons.css" />
<link
rel="localization"
href="messenger/preferences/am-archiveoptions.ftl"
/>
<script
defer="defer"
></script>
</head>
<html:body
>
<dialog style="width: 100vw; height: 100vh">
<vbox flex="1">
<label data-l10n-id="archive-granularity-prefix-label"></label>
<radiogroup id="archiveGranularity">
<radio data-l10n-id="archive-flat" class="indent" />
<radio data-l10n-id="archive-yearly" class="indent" />
<radio data-l10n-id="archive-monthly" class="indent" />
</radiogroup>
<checkbox
id="archiveKeepFolderStructure"
data-l10n-id="keep-folder-structure"
/>
<checkbox
class="indent"
id="archiveRecreateInbox"
data-l10n-id="recreate-inbox"
/>
<html:div>
<html:fieldset flex="1" style="margin-block-end: 5px">
<html:legend data-l10n-id="archive-example-label"></html:legend>
<hbox flex="1">
<tree
id="archiveTree"
hidecolumnpicker="true"
disabled="true"
flex="1"
style="min-height: 8em"
>
<treecols>
<treecol
id="folderNameCol"
primary="true"
hideheader="true"
style="flex: 1 auto"
/>
</treecols>
<treechildren>
<treeitem class="root">
<treerow>
<treecell
properties="specialFolder-Archive"
data-l10n-id="archive-folder-name"
/>
</treerow>
<treechildren>
<treeitem id="inboxFolder">
<treerow>
<treecell data-l10n-id="inbox-folder-name" />
</treerow>
</treeitem>
<treeitem id="childFolder">
<treerow>
<treecell data-l10n-id="child-folder-name" />
</treerow>
</treeitem>
<treeitem id="siblingFolder">
<treerow>
<treecell data-l10n-id="sibling-folder-name" />
</treerow>
</treeitem>
<treeitem class="year">
<treerow>
<treecell label="2020" />
</treerow>
<treechildren>
<treeitem class="month">
<treerow>
<treecell label="2020-11" />
</treerow>
<treechildren />
</treeitem>
<treeitem class="month">
<treerow>
<treecell label="2020-12" />
</treerow>
<treechildren />
</treeitem>
</treechildren>
</treeitem>
<treeitem class="year">
<treerow>
<treecell label="2021" />
</treerow>
<treechildren>
<treeitem class="month">
<treerow>
<treecell label="2021-01" />
</treerow>
<treechildren />
</treeitem>
<treeitem class="month">
<treerow>
<treecell label="2021-02" />
</treerow>
<treechildren />
</treeitem>
</treechildren>
</treeitem>
</treechildren>
</treeitem>
</treechildren>
</tree>
</hbox>
</html:fieldset>
</html:div>
</vbox>
</dialog>
</html:body>
</html>