[Users] [Bug 4458] New: Typo
noreply at thewildbeast.co.uk
noreply at thewildbeast.co.uk
Tue Mar 9 07:11:41 CET 2021
https://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=4458
Bug ID: 4458
Summary: Typo
Product: Claws Mail
Version: GIT
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P3
Component: Plugins/Privacy/PGP
Assignee: users at lists.claws-mail.org
Reporter: torte at netztorte.de
Created attachment 2184
-->
https://www.thewildbeast.co.uk/claws-mail/bugzilla/attachment.cgi?id=2184&action=edit
Fix typo in pgp_plugin
There is a typo in commit ebb4a6041273bbaeab92e856d3a09f95c4a0bd43
("allow manual fetch of missing gpg key using WKD"), that prevents the pgp
plugin from compiling.
The variable (last line of excerpt) needs to be called "cmd_wkd" (instead of
"cmd_wks").
@@ -243,7 +254,7 @@ static void pgpview_show_mime_part(TextView *textview,
MimeInfo *partinfo)
ctx->done = FALSE;
ctx->exitcode = STILL_ACTIVE;
- ctx->cmd = cmd;
+ ctx->cmd = (val == G_ALERTOTHER)? cmd_wks : cmd_ks;
------------------------------------------------------fixme-----^
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Users
mailing list