summaryrefslogtreecommitdiffstats
path: root/copy.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-02-10 19:46:06 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-02-10 19:46:06 +0000
commitfb9eb06e28e5da139df43c818f3f428c8f1283f9 (patch)
tree4c1b357c1d24418eec5a79a0d05cfe90e97d2cdb /copy.c
parent31fdef161d3e6dbfa90206b9abad209801c34fb5 (diff)
PGP-cleanup patch from Roland Rosenfeld. Thanks!
Diffstat (limited to 'copy.c')
-rw-r--r--copy.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/copy.c b/copy.c
index 83dd543b..775ec004 100644
--- a/copy.c
+++ b/copy.c
@@ -24,7 +24,7 @@
#include "parse.h"
#include "mime.h"
-#ifdef _PGPPATH
+#ifdef HAVE_PGP
#include "pgp.h"
#endif
@@ -510,14 +510,14 @@ _mutt_copy_message (FILE *fpout, FILE *fpin, HEADER *hdr, BODY *body,
if (flags & M_CM_CHARCONV)
s.flags |= M_CHARCONV;
-#ifdef _PGPPATH
+#ifdef HAVE_PGP
if (flags & M_CM_VERIFY)
s.flags |= M_VERIFY;
#endif
mutt_body_handler (body, &s);
}
-#ifdef _PGPPATH
+#ifdef HAVE_PGP
else if ((flags & M_CM_DECODE_PGP) && (hdr->pgp & PGPENCRYPT) &&
hdr->content->type == TYPEMULTIPART)
{