autocreate-plugin.c revision e59faf65ce864fe95dc00f5d52b8323cdbd0608a
/* Copyright (c) 2007-2010 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "mail-storage.h"
#include "mail-storage-hooks.h"
#include "mail-namespace.h"
#include "autocreate-plugin.h"
#include <stdlib.h>
const char *autocreate_plugin_version = PACKAGE_VERSION;
static void
{
struct mail_namespace *ns;
const char *str;
enum mail_error error;
return;
}
&error);
i_debug("autocreate: Failed to create mailbox %s: %s",
}
}
mailbox_close(&box);
}
{
char env_name[20];
const char *name;
unsigned int i;
i = 1;
}
}
static void
{
struct mail_namespace *ns;
const char *str;
enum mail_error error;
return;
}
&error);
i_debug("autocreate: Failed to subscribe mailbox "
}
}
}
{
char env_name[20];
const char *name;
unsigned int i;
i = 1;
}
}
static void
{
}
static struct mail_storage_hooks autocreate_mail_storage_hooks = {
};
{
}
void autocreate_plugin_deinit(void)
{
}