Re: [Enigmail] Importing PGP key via code

2020-11-04 Thread it_support via enigmail-users
--- Begin Message --- i have figured out how to add a PGP key to Thunderbird, in case anyone finds it useful: |var pcUser = "Administrator"; // <== Put your Windows user name var privateKeysFolder = "C:\\Users\\" + pcUser + "\\Desktop\\gpg-private-keys"; // <== place your priv keys here!

Re: [Enigmail] Importing PGP key via code

2020-11-02 Thread Patrick Brunschwig
On 01/11/2020 19:29, it_support via enigmail-users wrote: > Hello, > > i have asked bugzilla how to import a PGP key file via Javascript (i will run > it from the Thunderbird console). > > But they told me they don't give add-on support there. So i guess i have to > ask you about this. That

[Enigmail] Importing PGP key via code

2020-11-01 Thread it_support via enigmail-users
--- Begin Message --- Hello, i have asked bugzilla how to import a PGP key file via Javascript (i will run it from the Thunderbird console). But they told me they don't give add-on support there. So i guess i have to ask you about this. Anyway, i have found the functions i need to call to