talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 68486f4da92fe1f07fd8be5d2d5ca99f913e8110
parent e83ef13409c08ab1e2ec1ecd3387d15c048c925f
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Wed,  8 May 2019 21:29:37 +0200

Fix markup in 'key not fully trusted' warning in pgpcore

Diffstat:
Msrc/plugins/pgpcore/select-keys.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/pgpcore/select-keys.c b/src/plugins/pgpcore/select-keys.c @@ -700,7 +700,7 @@ use_untrusted (gpgme_key_t key, gpgme_user_id_t uid, gpgme_protocol_t proto) buf = g_strdup_printf(_("This encryption key is not fully trusted.\n" "If you choose to encrypt the message with this key, you don't\n" "know for sure that it will go to the person you mean it to.\n\n" - "Key details: ID %s, primary identity %s <%s>\n\n" + "Key details: ID %s, primary identity %s &lt;%s&gt;\n\n" "Do you trust this key enough to use it anyway?"), key->subkeys->keyid, key->uids->name, key->uids->email); aval = alertpanel(title, buf,