aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2001-02-16 10:49:22 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-02-16 10:49:22 +0800
commit294158b26df37646ebedc9990c950ba2017053a4 (patch)
tree51b08d7044294f1dfd6e609ad82e630903eb727e /mail
parent7ac8a9c5e8bc272a75bed0c2509b525b907753ba (diff)
downloadgsoc2013-evolution-294158b26df37646ebedc9990c950ba2017053a4.tar.gz
gsoc2013-evolution-294158b26df37646ebedc9990c950ba2017053a4.tar.zst
gsoc2013-evolution-294158b26df37646ebedc9990c950ba2017053a4.zip
reverse the order of some command-line flags for verify
svn path=/trunk/; revision=8248
Diffstat (limited to 'mail')
-rw-r--r--mail/openpgp-utils.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/openpgp-utils.c b/mail/openpgp-utils.c
index 9222739bc9..8046ddc782 100644
--- a/mail/openpgp-utils.c
+++ b/mail/openpgp-utils.c
@@ -1070,15 +1070,15 @@ openpgp_verify (const gchar *in, gint inlen, const gchar *sigin, gint siglen, Ca
argv[i++] = "--verify";
- if (sigin != NULL && siglen)
- argv[i++] = sigfile;
-
- argv[i++] = "-";
-
argv[i++] = "--no-tty";
/*argv[i++] = "--verbose";*/
/*argv[i++] = "--yes";*/
/*argv[i++] = "--batch";*/
+
+ if (sigin != NULL && siglen)
+ argv[i++] = sigfile;
+
+ argv[i++] = "-";
break;
case PGP_TYPE_PGP5:
argv[i++] = "pgpv";
r> * Make good to `make install' when NOPORTDOCS is not set.sada1999-04-181-4/+5 * Change the order of @exec and @unexec.shige1999-03-091-3/+3 * Use ${ECHO_MSG}.shige1999-03-091-8/+4 * MAINTAINER changed, because I was a committer.shige1999-03-011-2/+2 * Use --no-validate instead of --force to make makeinfo behave.steve1999-02-221-2/+2 * Category name of elisp ports is "elisp". (not "elisps")kuriyama1999-02-171-2/+2 * Fetch files from correct place.asami1999-01-281-2/+2