Re: gpg2

2018-06-26 Thread Robert J. Hansen
> $ gpg2 -k > gpg: invalid item 'BZIP2' in preference string > gpg: invalid default preferences Try "gpg2 --version" and look for a line like: Compression: Uncompressed, ZIP, ZLIB, BZIP2 ... I suspect you'll discover whoever compiled your GnuPG 2 neglected to include support for th

Re: gpg2

2018-06-26 Thread john doe
On 6/27/2018 5:10 AM, Aaron Tovo wrote: 'gpg2 -k' gives me the following error: $ gpg2 -k gpg: invalid item 'BZIP2' in preference string gpg: invalid default preferences But 'gpg -k' works fine. However, I to use gpg2 in my Thunderbird-with-Enigmail email client because I've read

gpg2

2018-06-26 Thread Aaron Tovo
'gpg2 -k' gives me the following error: $ gpg2 -k gpg: invalid item 'BZIP2' in preference string gpg: invalid default preferences But 'gpg -k' works fine. However, I to use gpg2 in my Thunderbird-with-Enigmail email client because I've read in a few places that gpg2 is better for desk

Re: gpg show default / effective options

2018-06-26 Thread Wiktor Kwapisiewicz via Gnupg-users
Wow, that is exactly what I needed. I will walk through them soon and report any problems directly to you. Thanks Werner! Kind regards, Wiktor W dniu 26.06.2018 o 21:04, Werner Koch pisze: On Tue, 26 Jun 2018 12:31, gnupg-users@gnupg.org said: Is it possible to print default or effective op

Re: gpg show default / effective options

2018-06-26 Thread Werner Koch
On Tue, 26 Jun 2018 12:31, gnupg-users@gnupg.org said: > Is it possible to print default or effective options used by GnuPG? You can run gpgconf --list-options gpg which prints the options and their current values in a format described in the gpgconf man page. Frontends like Kleopatra and GP

gpg show default / effective options

2018-06-26 Thread Wiktor Kwapisiewicz via Gnupg-users
Hello, Is it possible to print default or effective options used by GnuPG? I'm in the process of slimming down gpg.conf and see that many options are either redundant (because gpg uses them by default) or no-ops. I would like to see which options are used to safely remove obsolete settings.