summaryrefslogtreecommitdiffstats
path: root/headers.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 /headers.c
parent31fdef161d3e6dbfa90206b9abad209801c34fb5 (diff)
PGP-cleanup patch from Roland Rosenfeld. Thanks!
Diffstat (limited to 'headers.c')
-rw-r--r--headers.c4
1 files changed, 2 insertions, 2 deletions
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);