aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-pgp-context.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-08-07 01:28:28 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-08-07 01:28:28 +0800
commitb37678ea31636187ab380c07fb6740ea57780c06 (patch)
treefafa550b9223e2078dd82a7c61d56cb8734eafb5 /camel/camel-pgp-context.c
parent6e8d87276c60eb9c460232ba4ce38526f3c72e9e (diff)
downloadgsoc2013-evolution-b37678ea31636187ab380c07fb6740ea57780c06.tar
gsoc2013-evolution-b37678ea31636187ab380c07fb6740ea57780c06.tar.gz
gsoc2013-evolution-b37678ea31636187ab380c07fb6740ea57780c06.tar.bz2
gsoc2013-evolution-b37678ea31636187ab380c07fb6740ea57780c06.tar.lz
gsoc2013-evolution-b37678ea31636187ab380c07fb6740ea57780c06.tar.xz
gsoc2013-evolution-b37678ea31636187ab380c07fb6740ea57780c06.tar.zst
gsoc2013-evolution-b37678ea31636187ab380c07fb6740ea57780c06.zip
Always do --no-auto-key-retrieve.
2001-08-06 Jeffrey Stedfast <fejj@ximian.com> * camel-pgp-context.c (pgp_verify): Always do --no-auto-key-retrieve. svn path=/trunk/; revision=11703
Diffstat (limited to 'camel/camel-pgp-context.c')
-rw-r--r--camel/camel-pgp-context.c5
1 files changed, 3 insertions, 2 deletions
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";*/