using stls should not enable new CAPAs
[apps/madmutt.git] / state.h
diff --git a/state.h b/state.h
index 2832af8..fb1c057 100644 (file)
--- a/state.h
+++ b/state.h
@@ -29,7 +29,6 @@ typedef struct {
 #define M_CHARCONV     (1<<4)  /* Do character set conversions */
 #define M_PRINTING     (1<<5)  /* are we printing? - M_DISPLAY "light" */
 #define M_REPLYING     (1<<6)  /* are we replying? */
-#define M_FIRSTDONE    (1<<7)  /* the first attachment has been done */
 
 #define state_set_prefix(s) ((s)->flags |= M_PENDINGPREFIX)
 #define state_reset_prefix(s) ((s)->flags &= ~M_PENDINGPREFIX)