/* Copyright (c) 2013-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "str.h"
#include "mail-index.h"
#include "mail-storage.h"
#include "mailbox-list-private.h"
#include "mailbox-list-index.h"
#include "mailbox-list-notify-tree.h"
struct mailbox_list_notify_tree {
bool failed;
};
static void
struct mailbox_notify_node *nnode)
{
return;
}
static void
struct mailbox_list_index_node *index_node,
{
bool created;
else {
}
}
}
}
static void
{
str_truncate(path, 0);
}
}
struct mailbox_list_notify_tree *
{
sizeof(struct mailbox_notify_node));
return tree;
}
{
}
struct mailbox_notify_node *
const char *storage_name)
{
return (struct mailbox_notify_node *)node;
}