cmd-unselect.c revision 17e367eb70fbd5d200a4deaee062a044e1db3805
/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */
#include "common.h"
#include "commands.h"
{
struct mail_storage *storage;
if (!client_verify_open_mailbox(cmd))
return TRUE;
if (mailbox_close(&mailbox) < 0)
return TRUE;
}