From 5d5131f32c291342528dc3de67410cf3d6455211 Mon Sep 17 00:00:00 2001 From: Son NK Date: Sun, 8 Mar 2020 22:59:46 +0100 Subject: [PATCH] =?UTF-8?q?display=20=F0=9F=97=9D=20for=20PGP-enabled=20ma?= =?UTF-8?q?ilbox?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/dashboard/templates/dashboard/mailbox.html | 4 ++++ app/dashboard/templates/dashboard/mailbox_detail.html | 9 ++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) 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. +
+