Bug 3912

Summary: pgp_viewer.c error ‘struct _gpgme_key’ has no member named ‘fpr’
Product: Claws Mail (GTK 2) Reporter: glitsj16
Component: Plugins/Privacy/PGPAssignee: users
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 3.16.0   
Hardware: PC   
OS: Linux   
URL: https://ptpb.pw/WuYC.log

Description glitsj16 2017-11-09 16:47:42 UTC
Building claws-mail from git master fails currently on Ubuntu 16.04 (no problems on arch linux).

[...]
pgp_viewer.c: In function ‘pgpview_show_mime_part’:
pgp_viewer.c:283:64: error: ‘struct _gpgme_key’ has no member named ‘fpr’
Makefile:697: recipe for target 'pgpcore_la-pgp_viewer.lo' failed

Full build log is available at https://ptpb.pw/WuYC.log

It seems to have broken after the most recent PGP related commits.
Comment 1 glitsj16 2017-11-09 23:14:14 UTC
UPDATE:

http://git.claws-mail.org/?p=claws.git;a=commitdiff;h=a631e269241b9cb7ff73c00a1980560bb8e7df1b has fixed this. All well again.