From b37678ea31636187ab380c07fb6740ea57780c06 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 6 Aug 2001 17:28:28 +0000 Subject: Always do --no-auto-key-retrieve. 2001-08-06 Jeffrey Stedfast * camel-pgp-context.c (pgp_verify): Always do --no-auto-key-retrieve. svn path=/trunk/; revision=11703 --- camel/ChangeLog | 4 ++++ camel/camel-pgp-context.c | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/camel/ChangeLog b/camel/ChangeLog index 7b95db4ad9..35fc7c8ad4 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,7 @@ +2001-08-06 Jeffrey Stedfast + + * camel-pgp-context.c (pgp_verify): Always do --no-auto-key-retrieve. + 2001-08-03 Jeffrey Stedfast * camel-pgp-context.c (pgp_verify): Minor changes to the iconv diff --git a/camel/camel-pgp-context.c b/camel/camel-pgp-context.c index d92fa93cae..42d0ad35b0 100644 --- a/camel/camel-pgp-context.c +++ b/camel/camel-pgp-context.c @@ -915,8 +915,9 @@ pgp_verify (CamelCipherContext *ctx, CamelCipherHash hash, CamelStream *istream, argv[i++] = "--no-tty"; - if (!camel_session_is_online (ctx->session)) - argv[i++] = "--no-auto-key-retrieve"; + /*if (!camel_session_is_online (ctx->session))*/ + argv[i++] = "--no-auto-key-retrieve"; + /*argv[i++] = "--verbose";*/ /*argv[i++] = "--yes";*/ /*argv[i++] = "--batch";*/ -- cgit v1.2.3