From fb9eb06e28e5da139df43c818f3f428c8f1283f9 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Thu, 10 Feb 2000 19:46:06 +0000 Subject: PGP-cleanup patch from Roland Rosenfeld. Thanks! --- headers.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'headers.c') diff --git a/headers.c b/headers.c index 524f7315..5e50922c 100644 --- a/headers.c +++ b/headers.c @@ -18,7 +18,7 @@ #include "mutt.h" -#ifdef _PGPPATH +#ifdef HAVE_PGP #include "pgp.h" #endif @@ -169,7 +169,7 @@ void mutt_edit_headers (const char *editor, -#ifdef _PGPPATH +#ifdef HAVE_PGP else if (mutt_strncasecmp ("pgp:", cur->data, 4) == 0) { msg->pgp = mutt_parse_pgp_hdr (cur->data + 4, 0); -- cgit v1.2.3