New mail system, with inbox OLC, index rebuilder and initial mail

This commit is contained in:
JamDog
2010-12-06 18:40:28 +00:00
parent d257dc0c75
commit e068bfd5c0
28 changed files with 4085 additions and 588 deletions

View File

@@ -48,7 +48,7 @@ static struct olc_scmd_info_t {
*/
/* Global variables defined here, used elsewhere */
const char *nrm, *grn, *cyn, *yel;
const char *nrm, *grn, *cyn, *yel, *gry;
/* Internal Function prototypes */
static void free_config(struct config_data *data);
@@ -70,6 +70,7 @@ void get_char_colors(struct char_data *ch)
grn = CCGRN(ch, C_NRM);
cyn = CCCYN(ch, C_NRM);
yel = CCYEL(ch, C_NRM);
gry = CBBLK(ch, C_NRM);
}
/* This procedure frees up the strings and/or the structures attatched to a