Drop mixmaster support. I don't like people caring about being anonymous that much.
[apps/madmutt.git] / lib-mx / mbox.h
index fc9a6fd..1139e4c 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 /*
- * functions for dealing with mbox/mmdf style mailboxes
+ * functions for dealing with mbox style mailboxes
  */
 
 #ifndef _MBOX_H
 #include "mx.h"
 
 extern mx_t const mbox_mx;
-extern mx_t const mmdf_mx;
 
 /* TODO all of these must disappear to achieve good information hiding */
 
-#define MMDF_SEP "\001\001\001\001\n"
-
 int mbox_close_mailbox (CONTEXT *);
 int mbox_lock_mailbox (CONTEXT *, int, int);
 int mbox_check_empty (const char*);