[Commits] [SCM] claws branch, master, updated. 3.17.8-29-gbba551c9e
paul at claws-mail.org
paul at claws-mail.org
Tue Mar 9 08:26:54 CET 2021
The branch, master has been updated
via bba551c9ead6236cf87dc0cd158c58079c004ada (commit)
from 57c3f9807d7efb0c5705b4b82885c9b32ef7d007 (commit)
Summary of changes:
src/plugins/pgpcore/pgp_viewer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit bba551c9ead6236cf87dc0cd158c58079c004ada
Author: paul <paul at claws-mail.org>
Date: Tue Mar 9 07:26:11 2021 +0000
fix typo. Thanks to Thorsten Maerz
diff --git a/src/plugins/pgpcore/pgp_viewer.c b/src/plugins/pgpcore/pgp_viewer.c
index 92ea643b9..df94c95b4 100644
--- a/src/plugins/pgpcore/pgp_viewer.c
+++ b/src/plugins/pgpcore/pgp_viewer.c
@@ -254,7 +254,7 @@ static void pgpview_show_mime_part(TextView *textview, MimeInfo *partinfo)
ctx->done = FALSE;
ctx->exitcode = STILL_ACTIVE;
- ctx->cmd = (val == G_ALERTOTHER)? cmd_wks : cmd_ks;
+ ctx->cmd = (val == G_ALERTOTHER)? cmd_wkd : cmd_ks;
if (pthread_create(&pt, NULL,
_import_threaded, (void *)ctx) != 0) {
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list