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
<!DOCTYPE html>
<html
scrolling="false"
>
<head>
<title data-l10n-id="import-info-dialog-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="stylesheet"
/>
<link rel="localization" href="messenger/openpgp/keyImportInfo.ftl" />
<script
defer="defer"
></script>
</head>
<body>
<xul:dialog
id="enigmailKeyImportInfo"
buttons="accept"
buttonidaccept="key-import-info-close"
>
<main id="keyInfo"></main>
</xul:dialog>
</body>
</html>