mutt_enter_string is only used for _mutt_get_field for real.
[apps/madmutt.git] / buffy.h
diff --git a/buffy.h b/buffy.h
index 1581103..89b6d53 100644 (file)
--- a/buffy.h
+++ b/buffy.h
@@ -18,7 +18,7 @@ typedef struct buffy_t {
     int msg_flagged;              /* number of flagged messages */
     short notified;               /* user has been notified */
     short magic;                  /* mailbox type */
-    short newly_created;          /* mbox or mmdf just popped into existence */
+    short newly_created;          /* mbox just popped into existence */
 } BUFFY;
 
 DO_INIT(BUFFY, buffy);