summaryrefslogtreecommitdiffstats
path: root/copy.h
diff options
context:
space:
mode:
authorTAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>2004-07-14 04:16:58 +0000
committerTAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>2004-07-14 04:16:58 +0000
commitb6720bb8f0f2c8abc5f449efc6a9806b95803052 (patch)
tree5e232eac75d6224ecdb188733c83dfb6544d08b3 /copy.h
parentd274ec03e69bda21a5e63e26fbac6d14d97708d7 (diff)
Introduce $include_onlyfirst.
Diffstat (limited to 'copy.h')
-rw-r--r--copy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/copy.h b/copy.h
index c03d5f85..67568380 100644
--- a/copy.h
+++ b/copy.h
@@ -25,6 +25,7 @@
#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 */