X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mbox.h;h=22adc66c668d3ab7c4fdcd3f5e8e731c910614ba;hp=031e54a46b98a107f6e0205594f0c32da4e6d124;hb=68e9c3fe5664c1e13093e24dd15415ac000af70c;hpb=ee1d4d931ca3ebec494694b74a1868a7a2e631e3 diff --git a/mbox.h b/mbox.h index 031e54a..22adc66 100644 --- a/mbox.h +++ b/mbox.h @@ -15,6 +15,8 @@ #ifndef _MBOX_H #define _MBOX_H +#include + #include "mx.h" #define MMDF_SEP "\001\001\001\001\n" @@ -28,10 +30,15 @@ int mbox_parse_mailbox (CONTEXT *); int mmdf_parse_mailbox (CONTEXT *); void mbox_unlock_mailbox (CONTEXT *); int mbox_check_empty (const char *); +/* this is still here for compressed folders support... */ +int mbox_is_magic (const char*, struct stat*); int mbox_strict_cmp_headers (const HEADER *, const HEADER *); int mbox_reopen_mailbox (CONTEXT *, int *); int mbox_open_new_message (MESSAGE * msg, CONTEXT * dest, HEADER * hdr); +mx_t* mbox_reg_mx (void); +mx_t* mmdf_reg_mx (void); + #endif