mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 15:37:03 +03:00
Enable S/MIME encrypt #259
This commit is contained in:
parent
ca12655e5f
commit
e9a63b40c5
5 changed files with 15 additions and 17 deletions
|
|
@ -123,7 +123,6 @@
|
|||
<div id="mailvelope-settings" style="height:40em" data-bind="visible: canMailvelope"></div>
|
||||
</details>
|
||||
|
||||
<!-- TODO
|
||||
<details>
|
||||
<summary class="legend">S/MIME Certificates</summary>
|
||||
<table class="table table-hover list-table">
|
||||
|
|
@ -138,6 +137,7 @@
|
|||
<span data-i18n="CRYPTO/VALID_UNTIL"></span>:
|
||||
<time data-time-format="FULL" data-bind="time:validTo_time_t"></time>
|
||||
</td>
|
||||
<!-- TODO
|
||||
<td>
|
||||
<a class="btn btn-small btn-danger button-confirm-delete" data-bind="css: {'delete-access': askDelete()}, click: remove"
|
||||
data-i18n="GLOBAL/ARE_YOU_SURE"></a>
|
||||
|
|
@ -145,8 +145,8 @@
|
|||
<td>
|
||||
<span class="delete-key fontastic" data-bind="visible: !askDelete(), click: openForDeletion">🗑</span>
|
||||
</td>
|
||||
-->
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</details>
|
||||
-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue