mailbox-list-maildir.h revision d92f33f13830ba23d814342bf3ea8db721a15bb1
#ifndef __MAILBOX_LIST_MAILDIR_H
#define __MAILBOX_LIST_MAILDIR_H
#include "mailbox-list-private.h"
/* Don't allow creating too long mailbox names. They could start causing
problems when they reach the limit. */
struct maildir_mailbox_list {
struct mailbox_list list;
const char *temp_prefix;
};
struct mailbox_list_iterate_context *
enum mailbox_list_iter_flags flags);
const struct mailbox_info *
#endif