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