[evolution-data-server/gnome-2-28] Bug #350007 - evolution busy-waits on GPG signing operations



commit b2d5dc320e051df875be7847386044e8de33cbbd
Author: Milan Crha <mcrha redhat com>
Date:   Tue Aug 11 16:45:34 2009 +0200

    Bug #350007 - evolution busy-waits on GPG signing operations

 camel/camel-gpg-context.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/camel/camel-gpg-context.c b/camel/camel-gpg-context.c
index 2db58e4..bfd508d 100644
--- a/camel/camel-gpg-context.c
+++ b/camel/camel-gpg-context.c
@@ -498,6 +498,7 @@ gpg_ctx_get_argv (struct _GpgCtx *gpg, gint status_fd, gchar **sfd, gint passwd_
 	g_ptr_array_add (argv, (guint8 *) "--no-secmem-warning");
 	g_ptr_array_add (argv, (guint8 *) "--no-greeting");
 	g_ptr_array_add (argv, (guint8 *) "--no-tty");
+	g_ptr_array_add (argv, (guint8 *) "--no-use-agent");
 
 	if (passwd_fd == -1) {
 		/* only use batch mode if we don't intend on using the



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]