From 29a1d573b77e2e5fe321f55acc33e92e1a397a6c Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 15 Feb 2001 00:27:15 +0000 Subject: Add the --no-tty flag. 2001-02-14 Jeffrey Stedfast * openpgp-utils.c (openpgp_verify): Add the --no-tty flag. svn path=/trunk/; revision=8239 --- mail/ChangeLog | 4 ++++ mail/openpgp-utils.c | 1 + 2 files changed, 5 insertions(+) diff --git a/mail/ChangeLog b/mail/ChangeLog index 85fdac7747..1abed9e751 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2001-02-14 Jeffrey Stedfast + + * openpgp-utils.c (openpgp_verify): Add the --no-tty flag. + 2001-02-14 Dan Winship * mail-mlist-magic.c: Rewrite explanatory comments to use normal 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";*/ -- cgit v1.2.3