Re: [Evolution] How to automatically obtain PGP keys for e-mail recipients? (key discovery)



On Sat, 2019-10-12 at 11:38 +0200, David Hebbeker wrote:
*How can I configure my system such as when I compose an e-mail the
PGP key for the recipients are automatically retrieved from key
servers and added to my keyring?*

        Hi,
Evolution (or better libcamel from evolution-data-server) only calls
gpg with certain arguments in the background. As long as you've
configured gpg through its .conf file it should be working. Maybe
except when correct gpg is called. The libcamel can still call both
gpg1 and gpg2, there's a setting for it in GSettings [1]. The arguments
being passed to the gpg are mentioned here [2]. Which are used depends
on the actual action. The encrypt part adds these arguments [3] to
those common.
        Bye,
        Milan

[1] https://gitlab.gnome.org/GNOME/evolution-data-server/blob/gnome-3-22/camel/camel-gpg-context.c#L495
[2] https://gitlab.gnome.org/GNOME/evolution-data-server/blob/gnome-3-22/camel/camel-gpg-context.c#L573
[3] https://gitlab.gnome.org/GNOME/evolution-data-server/blob/gnome-3-22/camel/camel-gpg-context.c#L669



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]