aboutsummaryrefslogtreecommitdiffstats
path: root/mail/openpgp-utils.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-02-15 08:27:15 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-02-15 08:27:15 +0800
commit29a1d573b77e2e5fe321f55acc33e92e1a397a6c (patch)
treea90c5abc46f38b372358597c7b5481f45fa5cf80 /mail/openpgp-utils.c
parent9bf0f94434938ac790539b2951a106b2444461ad (diff)
downloadgsoc2013-evolution-29a1d573b77e2e5fe321f55acc33e92e1a397a6c.tar
gsoc2013-evolution-29a1d573b77e2e5fe321f55acc33e92e1a397a6c.tar.gz
gsoc2013-evolution-29a1d573b77e2e5fe321f55acc33e92e1a397a6c.tar.bz2
gsoc2013-evolution-29a1d573b77e2e5fe321f55acc33e92e1a397a6c.tar.lz
gsoc2013-evolution-29a1d573b77e2e5fe321f55acc33e92e1a397a6c.tar.xz
gsoc2013-evolution-29a1d573b77e2e5fe321f55acc33e92e1a397a6c.tar.zst
gsoc2013-evolution-29a1d573b77e2e5fe321f55acc33e92e1a397a6c.zip
Add the --no-tty flag.
2001-02-14 Jeffrey Stedfast <fejj@ximian.com> * openpgp-utils.c (openpgp_verify): Add the --no-tty flag. svn path=/trunk/; revision=8239
Diffstat (limited to 'mail/openpgp-utils.c')
-rw-r--r--mail/openpgp-utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/openpgp-utils.c b/mail/openpgp-utils.c
index 8a1d66c783..9222739bc9 100644
--- a/mail/openpgp-utils.c
+++ b/mail/openpgp-utils.c
@@ -1075,6 +1075,7 @@ openpgp_verify (const gchar *in, gint inlen, const gchar *sigin, gint siglen, Ca
argv[i++] = "-";
+ argv[i++] = "--no-tty";
/*argv[i++] = "--verbose";*/
/*argv[i++] = "--yes";*/
/*argv[i++] = "--batch";*/