cmd-delete.c revision e5fd6dfd0a492e4708d4dbb7971d7fc5d7b8fd85
/* Copyright (c) 2002-2010 Dovecot authors, see the included COPYING file */
#include "imap-common.h"
#include "imap-commands.h"
{
struct mail_namespace *ns;
const char *name;
/* <mailbox> */
return FALSE;
/* INBOX can't be deleted */
return TRUE;
}
return TRUE;
/* deleting selected mailbox. close it first */
}
if (mailbox_delete(box) < 0)
else
mailbox_free(&box);
return TRUE;
}