diff --git a/app/dashboard/templates/dashboard/mailbox.html b/app/dashboard/templates/dashboard/mailbox.html index 639fd95a..ca32fffc 100644 --- a/app/dashboard/templates/dashboard/mailbox.html +++ b/app/dashboard/templates/dashboard/mailbox.html @@ -41,6 +41,10 @@ 🚫 {% endif %} + {% if mailbox.pgp_finger_print %} + 🗝 + {% endif %} + {% if mailbox.id == current_user.default_mailbox_id %}
Default Mailbox diff --git a/app/dashboard/templates/dashboard/mailbox_detail.html b/app/dashboard/templates/dashboard/mailbox_detail.html index 6b201871..94acd697 100644 --- a/app/dashboard/templates/dashboard/mailbox_detail.html +++ b/app/dashboard/templates/dashboard/mailbox_detail.html @@ -17,6 +17,9 @@ 🚫 {% endif %} + {% if mailbox.pgp_finger_print %} + 🗝 + {% endif %} @@ -60,8 +63,12 @@
- PGP + Pretty Good Privacy (PGP) +
+ By importing your PGP Public Key into SimpleLogin, all emails sent to {{mailbox.email}} are encrypted with your key. +
+