cmd-create.c revision 04c567f4b9752ef4a9ba3e53d3b160b665b27c4e
/* Copyright (c) 2002-2007 Dovecot authors, see the included COPYING file */
#include "common.h"
#include "mail-namespace.h"
#include "commands.h"
{
struct mail_namespace *ns;
const char *mailbox, *full_mailbox;
bool directory;
/* <mailbox> */
return FALSE;
return TRUE;
else if (*mailbox == '\0') {
return TRUE;
} else {
/* name ends with hierarchy separator - client is just
informing us that it wants to create children under this
mailbox. */
}
return TRUE;
else
return TRUE;
}