]> diplodocus.org Git - nmh/blobdiff - h/msh.h
Reworked attach to add charset to Content-Type string for
[nmh] / h / msh.h
diff --git a/h/msh.h b/h/msh.h
index 8111003f359ce3210bdf711b6c4a5e90cd04afdb..4e0314de4bc0f4f38ea32668dfdb7c38aedcbfeb 100644 (file)
--- a/h/msh.h
+++ b/h/msh.h
@@ -22,7 +22,13 @@ struct Cmd {
 #define        MHNCHK 0x0001   /* did nontext check           */
 #define        MHNYES 0x0002   /* .. and known to be non-text */
 
-#define CUR ((seqset_t)1 << (FFATTRSLOT + NUMATTRS - 1))
+/*
+ * Determine the number of user defined sequences we
+ * can have.  The first FFATTRSLOT sequence flags are for
+ * internal nmh message flags.
+ */
+#define        NUMATTRS  (27)
+#define CUR (FFATTRSLOT + NUMATTRS - 1)
 
 #ifdef BPOP
 # define VIRTUAL SELECT_EMPTY
@@ -37,7 +43,7 @@ struct Msg {
     char *m_scanl;
     struct tws m_tb;
     short m_flags;
-    seqset_t m_stats;
+    bvector_t m_stats;
 };
 
 #define        m_bboard_id  m_drop.d_id