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/camel-pgp-context.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'camel/camel-pgp-context.c') 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