summaryrefslogtreecommitdiffstats
path: root/compose.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 /compose.c
parent31fdef161d3e6dbfa90206b9abad209801c34fb5 (diff)
PGP-cleanup patch from Roland Rosenfeld. Thanks!
Diffstat (limited to 'compose.c')
-rw-r--r--compose.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/compose.c b/compose.c
index 73fe6338..bfe15027 100644
--- a/compose.c
+++ b/compose.c
@@ -57,7 +57,7 @@ enum
HDR_MIX,
#endif
-#ifdef _PGPPATH
+#ifdef HAVE_PGP
HDR_PGP,
HDR_PGPSIGINFO,
#endif
@@ -102,7 +102,7 @@ static void snd_entry (char *b, size_t blen, MUTTMENU *menu, int num)
-#ifdef _PGPPATH
+#ifdef HAVE_PGP
#include "pgp.h"
static void redraw_pgp_lines (int pgp)
@@ -201,7 +201,7 @@ static int pgp_send_menu (int bits, int *redraw)
redraw_pgp_lines (bits);
return (bits);
}
-#endif /* _PGPPATH */
+#endif /* HAVE_PGP */
#ifdef MIXMASTER
@@ -293,9 +293,9 @@ static void draw_envelope (HEADER *msg, char *fcc)
-#ifdef _PGPPATH
+#ifdef HAVE_PGP
redraw_pgp_lines (msg->pgp);
-#endif /* _PGPPATH */
+#endif /* HAVE_PGP */
#ifdef MIXMASTER
redraw_mix_line (msg->chain);
@@ -547,7 +547,7 @@ int mutt_compose_menu (HEADER *msg, /* structure for new message */
-#ifdef _PGPPATH
+#ifdef HAVE_PGP
case OP_COMPOSE_ATTACH_KEY:
if (idxlen == idxmax)
@@ -1157,7 +1157,7 @@ int mutt_compose_menu (HEADER *msg, /* structure for new message */
-#ifdef _PGPPATH
+#ifdef HAVE_PGP
case OP_COMPOSE_PGP_MENU:
msg->pgp = pgp_send_menu (msg->pgp, &menu->redraw);
@@ -1168,7 +1168,7 @@ int mutt_compose_menu (HEADER *msg, /* structure for new message */
mutt_forget_passphrase ();
break;
-#endif /* _PGPPATH */
+#endif /* HAVE_PGP */
#ifdef MIXMASTER