cmd-subscribe.c revision 0889759eaa0866980a579c54540c3a515e87f9fd
/* Copyright (C) 2002 Timo Sirainen */
#include "common.h"
#include "commands.h"
{
struct mail_storage *storage;
const char *mailbox, *verify_name;
/* <mailbox> */
return FALSE;
if ((client_workarounds & WORKAROUND_TB_EXTRA_MAILBOX_SEP) != 0 &&
*mailbox != '\0') {
/* verify the validity without the trailing '/' */
return TRUE;
} else {
return TRUE;
}
return TRUE;
else {
"OK Subscribe completed." :
"OK Unsubscribe completed.");
}
return TRUE;
}
{
}