Hi, I noticed (a while ago) that contib/gpg.rc has duplicated arguments '--with-fingerprint' for a couple of settings. Probably benign, but a very simple patch (hg diff -U 5) is attached. Thanks for developing a great mail client!
Daniel
diff -r 391492f27fef contrib/gpg.rc --- a/contrib/gpg.rc Tue May 10 09:42:27 2016 -0700 +++ b/contrib/gpg.rc Thu May 12 15:53:34 2016 +0100 @@ -63,14 +63,14 @@ # verify a key set pgp_verify_key_command="gpg --verbose --batch --fingerprint --check-sigs %r" # read in the public key ring -set pgp_list_pubring_command="gpg --no-verbose --batch --quiet --with-colons --with-fingerprint --with-fingerprint --list-keys %r" +set pgp_list_pubring_command="gpg --no-verbose --batch --quiet --with-colons --with-fingerprint --list-keys %r" # read in the secret key ring -set pgp_list_secring_command="gpg --no-verbose --batch --quiet --with-colons --with-fingerprint --with-fingerprint --list-secret-keys %r" +set pgp_list_secring_command="gpg --no-verbose --batch --quiet --with-colons --with-fingerprint --list-secret-keys %r" # fetch keys # set pgp_getkeys_command="pkspxycwrap %r" # pattern for good signature - may need to be adapted to locale!