Page MenuHome GnuPG

Keyresolver GpgOL: groups are not resolved
Open, HighPublic

Description

A group with an email address as name is no longer resolved in Outlook.
It is still resolved via GpgEX.

Details

Version
Gpg4win 4.4, VSD-Beta-478

Event Timeline

ebo triaged this task as High priority.Fri, Jan 10, 3:34 PM
ebo created this task.

The file path of the group config file in line
https://dev.gnupg.org/source/g4wt/browse/master/src/resolver/resolver.cpp$171
has to be changed to the one in line
https://dev.gnupg.org/source/kleo/browse/master/src/kleopatraapplication.cpp$355 .
It may be best to add a function returning the default path to libkleo. Or to use the new path by default if no other path is passed to the c'tor of KeyGroupConfig. It's unfortunate that the path is GNUPGHOME/kleopatra/kleopatragroupsrc although the groups are also used by GpgOL and they should likely also be supported/used by KMail.