autocreate-plugin.c revision e10d8b1291090c26b9ef499637e6e632485ca5be
/* 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 = DOVECOT_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_free(&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)
{
}