summaryrefslogtreecommitdiffstats
path: root/functions.h
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 /functions.h
parent31fdef161d3e6dbfa90206b9abad209801c34fb5 (diff)
PGP-cleanup patch from Roland Rosenfeld. Thanks!
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/functions.h b/functions.h
index df62df78..7384930c 100644
--- a/functions.h
+++ b/functions.h
@@ -132,7 +132,7 @@ struct binding_t OpMain[] = {
{ "parent-message", OP_MAIN_PARENT_MESSAGE, "P" },
-#ifdef _PGPPATH
+#ifdef HAVE_PGP
{ "extract-keys", OP_EXTRACT_KEYS, "\013" },
{ "forget-passphrase", OP_FORGET_PASSPHRASE, "\006" },
{ "mail-key", OP_MAIL_KEY, "\033k" },
@@ -219,7 +219,7 @@ struct binding_t OpPager[] = {
-#ifdef _PGPPATH
+#ifdef HAVE_PGP
{ "extract-keys", OP_EXTRACT_KEYS, "\013" },
{ "forget-passphrase",OP_FORGET_PASSPHRASE, "\006" },
{ "mail-key", OP_MAIL_KEY, "\033k" },
@@ -253,7 +253,7 @@ struct binding_t OpAttach[] = {
-#ifdef _PGPPATH
+#ifdef HAVE_PGP
{ "extract-keys", OP_EXTRACT_KEYS, "\013" },
#endif
@@ -300,7 +300,7 @@ struct binding_t OpCompose[] = {
{ "send-message", OP_COMPOSE_SEND_MESSAGE, "y" },
{ "pipe-entry", OP_PIPE, "|" },
-#ifdef _PGPPATH
+#ifdef HAVE_PGP
{ "attach-key", OP_COMPOSE_ATTACH_KEY, "\033k" },
{ "forget-passphrase",OP_FORGET_PASSPHRASE, "\006" },
{ "pgp-menu", OP_COMPOSE_PGP_MENU, "p" },
@@ -370,13 +370,13 @@ struct binding_t OpEditor[] = {
-#ifdef _PGPPATH
+#ifdef HAVE_PGP
struct binding_t OpPgp[] = {
{ "verify-key", OP_VERIFY_KEY, "c" },
{ "view-name", OP_VIEW_ID, "%" },
{ NULL, 0, NULL }
};
-#endif /* _PGPPATH */
+#endif /* HAVE_PGP */
#ifdef MIXMASTER