From: Thomas Roessler Date: Tue, 26 Mar 2002 19:57:20 +0000 (+0000) Subject: Fix application/pgp signatures. X-Git-Tag: mutt-1-5-1-rel~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd9ea7432c0e4df49b8e075e598801ebede4c254;p=mutt Fix application/pgp signatures. --- diff --git a/pgpinvoke.c b/pgpinvoke.c index de1c0c71..25027854 100644 --- a/pgpinvoke.c +++ b/pgpinvoke.c @@ -242,7 +242,7 @@ pid_t pgp_invoke_traditional (FILE **pgpin, FILE **pgpout, FILE **pgperr, int pgpinfd, int pgpoutfd, int pgperrfd, const char *fname, const char *uids, int flags) { - if (flags & PGPENCRYPT) + if (flags & ENCRYPT) return pgp_invoke (pgpin, pgpout, pgperr, pgpinfd, pgpoutfd, pgperrfd, flags & PGPSIGN ? 1 : 0, fname, NULL, PgpSignAs, uids, flags & PGPSIGN ? PgpEncryptSignCommand : PgpEncryptOnlyCommand);