[gnome-keysign: 13/22] util: update text of produced Email message



commit 195a8f3d8258df7dda2c86f66d01641dd4c053a1
Author: Tobias Mueller <muelli cryptobitch de>
Date:   Mon Oct 7 13:48:47 2019 +0200

    util: update text of produced Email message
    
    The certifications in the attachment is a bit unusual in that
    other tools (caff, monkeysign) produce encrypted emails.
    We cannot do that, however, because we have no way of asking
    (let alone forcing) the MUA to send an encrypted message.
    So we have to resort to sending encryped attachments.

 keysign/util.py | 8 ++++++++
 1 file changed, 8 insertions(+)
---
diff --git a/keysign/util.py b/keysign/util.py
index 9e20a75..05cd2fc 100755
--- a/keysign/util.py
+++ b/keysign/util.py
@@ -213,7 +213,15 @@ I have just signed your key
       $fingerprint
 
 
+The certification is in an attachment encrypted to your key.
+You can either drag the attachment into GNOME Keysign or
+decrypt and import the attachment manually, e.g.
+
+    gpg --decrypt  |  gpg --import
+
+
 Thanks for letting me sign your key!
+And, if you can, send me copy of your key with the new certifications.
 
 --
 GNOME Keysign


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]