#ifndef MAILBOX_TREE_H
#define MAILBOX_TREE_H
#include "mailbox-list.h"
struct mailbox_node {
char *name;
};
struct mailbox_tree_context *
char separator);
struct mailbox_node *
bool *created_r);
struct mailbox_node *
struct mailbox_node *
const char **path_r);
#endif