cmd-select.c revision caffa4b1d81af4d48c1eedba2103f291beb0f62d
/* Copyright (C) 2002 Timo Sirainen */
#include "common.h"
#include "temp-string.h"
#include "commands.h"
{
const char *mailbox;
/* <mailbox> */
return FALSE;
}
return TRUE;
}
STATUS_CUSTOM_FLAGS, &status)) {
return TRUE;
}
/* set client's mailbox only after getting status to make sure
if (status.first_unseen_seq != 0) {
t_strdup_printf("* OK [UNSEEN %u] First unseen.",
}
t_strdup_printf("* OK [UIDVALIDITY %u] UIDs valid",
if (status.diskspace_full) {
"Disk space is full, delete some messages.");
}
"OK [READ-ONLY] Select completed." :
"OK [READ-WRITE] Select completed.");
return TRUE;
}
{
}