summaryrefslogtreecommitdiffstats
path: root/copy.h
diff options
context:
space:
mode:
Diffstat (limited to 'copy.h')
-rw-r--r--copy.h22
1 files changed, 2 insertions, 20 deletions
diff --git a/copy.h b/copy.h
index 2f8fc2c7..c03d5f85 100644
--- a/copy.h
+++ b/copy.h
@@ -27,30 +27,12 @@
#define M_CM_PRINTING (1<<7) /* printing the message - display light */
-#ifdef HAVE_PGP
-#define M_CM_DECODE_PGP (1<<8) /* used for decoding PGP messages */
-#define M_CM_DECODE_CRYPT (1<<8)
-#endif
-
-
-#ifdef HAVE_SMIME
-#ifdef M_CM_DECODE_CRYPT
-#undef M_CM_DECODE_CRYPT
-#endif
-#define M_CM_DECODE_SMIME (1<<9) /* used for decoding S/MIME messages */
-#ifdef HAVE_PGP
-#undef M_CM_DECODE_CRYPT
+#define M_CM_DECODE_PGP (1<<8) /* used for decoding PGP messages */
+#define M_CM_DECODE_SMIME (1<<9) /* used for decoding S/MIME messages */
#define M_CM_DECODE_CRYPT (M_CM_DECODE_PGP | M_CM_DECODE_SMIME)
-#else
-#define M_CM_DECODE_CRYPT (1<<9) /* used for decoding S/MIME messages */
-#endif
-#endif
-#if defined(HAVE_PGP) || defined(HAVE_SMIME)
#define M_CM_VERIFY (1<<10) /* do signature verification */
-#endif
-