X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-mx%2Fmbox.h;h=1139e4c56e5aac20319cfab6b390083575ee07bb;hp=fc9a6fde998a1a48edc1eede8157eb74b558e621;hb=4b2f5f58e6b8e65e8524596d16752f7f1e5d58ca;hpb=8476307969a605bea67f6b702b0c1e7a52038bed diff --git a/lib-mx/mbox.h b/lib-mx/mbox.h index fc9a6fd..1139e4c 100644 --- a/lib-mx/mbox.h +++ b/lib-mx/mbox.h @@ -9,7 +9,7 @@ */ /* - * functions for dealing with mbox/mmdf style mailboxes + * functions for dealing with mbox style mailboxes */ #ifndef _MBOX_H @@ -18,12 +18,9 @@ #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*);