#ifndef MAILBOX_LIST_INDEX_SYNC_H
#define MAILBOX_LIST_INDEX_SYNC_H
#include "mailbox-list-index.h"
struct mailbox_list_index_sync_context {
};
struct mailbox_list_index_sync_context **sync_ctx_r);
bool success);
/* Add name to index, return seq in index. */
const char *name,
struct mailbox_list_index_node **node_r,
bool *created_r);
const char *name, bool delete_selectable);
#endif