39 {
"mh_purge",
DT_BOOL,
false, 0, NULL,
40 "Really delete files in MH mailboxes"
42 {
"mh_seq_flagged",
DT_STRING,
IP "flagged", 0, NULL,
43 "MH sequence for flagged message"
45 {
"mh_seq_replied",
DT_STRING,
IP "replied", 0, NULL,
46 "MH sequence to tag replied messages"
49 "MH sequence for unseen messages"
Convenience wrapper for the config headers.
bool cs_register_variables(const struct ConfigSet *cs, struct ConfigDef vars[])
Register a set of config items.
bool config_init_mh(struct ConfigSet *cs)
Register mh config variables - Implements module_init_config_t -.
static struct ConfigDef MhVars[]
Config definitions for the Mh library.
Container for lots of config items.