Andreas Krennmair:
[apps/madmutt.git] / copy.h
diff --git a/copy.h b/copy.h
index c03d5f8..f0a9b86 100644 (file)
--- a/copy.h
+++ b/copy.h
 #define M_CM_WEED      (1<<5)  /* weed message/rfc822 attachment headers */
 #define M_CM_CHARCONV  (1<<6)  /* perform character set conversions */
 #define M_CM_PRINTING  (1<<7)  /* printing the message - display light */
+#define M_CM_REPLYING  (1<<8)  /* replying the message */
 
 
-#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_PGP          (1<<9) /* used for decoding PGP messages */
+#define M_CM_DECODE_SMIME (1<<10) /* used for decoding S/MIME messages */
 #define M_CM_DECODE_CRYPT  (M_CM_DECODE_PGP | M_CM_DECODE_SMIME)
 
 
-#define M_CM_VERIFY    (1<<10) /* do signature verification */
+#define M_CM_VERIFY    (1<<11) /* do signature verification */