Re: [Evolution] Evolution not finding PGP Key Automatically

2017-04-13 Thread Milan Crha
On Wed, 2017-04-12 at 11:36 -0400, Chas Belfield wrote:
> What file would i need to edit those settings in? simply pasting in the
> terminal does not have any effect

Hi,
those are commands, not files. They do not show anything when
successfully executed, except of the
   $ gsettings get org.gnome.evolution-data-server camel-gpg-binary
which show the actual value being stored there, maybe by earlier
executed 'gesttings set' command.

All these settings are from evolution-data-server, which you should
have also 3.22.x. I guess you should set /usr/bin/gpg instead of
/usr/bin/gpg2 for that key, due to older seahorse, but I do not know
for sure. Note that this command change will not fix the Security tab
of the account Properties, it'll change "only" where evolution itself
will search for your keys.

You can also use:
   $ gpg2 --list-keys
   $ gpg2 --list-secret-keys
and
   $ gpg --list-keys
   $ gpg --list-secret-keys
to see which of the two
has access to which keys.

Bye,
Milan
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Evolution not finding PGP Key Automatically

2017-04-12 Thread Chas Belfield
That would makes sense given the nature of Arch in general. And my bad,
version 3.22.6 of Evolution and version 3.20 of Seahorse.
What file would i need to edit those settings in? simply pasting in the
terminal does not have any effect
Thanks!

On Wed, 2017-04-12 at 08:11 +0200, Milan Crha wrote:
> On Tue, 2017-04-11 at 20:04 -0400, Chas Belfield wrote:
> > Does anyone know what the issue is that's causing this change?
> 
>   Hi,
> both issues sound like the gpg version used by Seahorse is not the
> same
> which evolution (data-server) is using, neither libcryptui, which is
> responsible for populating the Security tab combo box.
> 
> Depending on your Evolution version, you may or may not be able to
> choose between gpg and gpg2 by changing this key:
>    $ gsettings get org.gnome.evolution-data-server camel-gpg-binary
> to something like:
>    $ gsettings set org.gnome.evolution-data-server camel-gpg-binary
> "/usr/bin/gpg2"
> or to "/usr/bin/gpg". Such change requires restart of Evolution, as
> is
> written also here:
>    $ gsettings describe org.gnome.evolution-data-server camel-gpg-
> binary
> 
>   Hope it helps,
>   Milan
> ___
> evolution-list mailing list
> evolution-list@gnome.org
> To change your list options or unsubscribe, visit ...
> https://mail.gnome.org/mailman/listinfo/evolution-list

signature.asc
Description: This is a digitally signed message part
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Evolution not finding PGP Key Automatically

2017-04-12 Thread Patrick O'Callaghan
On Tue, 2017-04-11 at 20:04 -0400, Chas Belfield wrote:
> I recently spun up a new install of Antergos with the GNOME desktop,
> thereby using Evolution as my primary email client. I imported my
> OpenPGP key to Seahorse and such and noticed some odd behavior as
> opposed to other instances I've done. The OpenPGP Key dropdown menu in
> the Security section of Preferences is nonfunctional, where as normally
> it would've allowed me to select my key, instead I must type it in
> manually. Additionally, if Evolution is not actually open (ie, a
> compose window opened from a weblink), the message refuses to send
> because Evolution inisists my secret key doesn't exist. Does anyone
> know what the issue is that's causing this change?

Please remember to state your version of Evolution when asking
questions (see Help->About). It can make a significant difference to
the answers.

poc
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Evolution not finding PGP Key Automatically

2017-04-11 Thread Milan Crha
On Tue, 2017-04-11 at 20:04 -0400, Chas Belfield wrote:
> Does anyone know what the issue is that's causing this change?

Hi,
both issues sound like the gpg version used by Seahorse is not the same
which evolution (data-server) is using, neither libcryptui, which is
responsible for populating the Security tab combo box.

Depending on your Evolution version, you may or may not be able to
choose between gpg and gpg2 by changing this key:
   $ gsettings get org.gnome.evolution-data-server camel-gpg-binary
to something like:
   $ gsettings set org.gnome.evolution-data-server camel-gpg-binary 
"/usr/bin/gpg2"
or to "/usr/bin/gpg". Such change requires restart of Evolution, as is
written also here:
   $ gsettings describe org.gnome.evolution-data-server camel-gpg-binary

Hope it helps,
Milan
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list