talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 47be3fdc7f951da289bb7851b3d53910ef64649f
parent 2d14ba845734a5ab425c1b50439018361ce06b7a
Author: Colin Leroy <colin@colino.net>
Date:   Wed, 20 Mar 2013 11:31:40 +0100

Log GPG info in debug

Diffstat:
Msrc/plugins/pgpcore/sgpgme.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/plugins/pgpcore/sgpgme.c b/src/plugins/pgpcore/sgpgme.c @@ -658,7 +658,6 @@ void sgpgme_init() #endif if (!gpgme_get_engine_info(&engineInfo)) { while (engineInfo) { -#ifndef G_OS_WIN32 debug_print("GpgME Protocol: %s\n" "Version: %s (req %s)\n" "Executable: %s\n", @@ -666,7 +665,6 @@ void sgpgme_init() engineInfo->version ? engineInfo->version:"???", engineInfo->req_version ? engineInfo->req_version:"???", engineInfo->file_name ? engineInfo->file_name:"???"); -#endif if (engineInfo->protocol == GPGME_PROTOCOL_OpenPGP && gpgme_engine_check_version(engineInfo->protocol) != GPG_ERR_NO_ERROR) {