39 {
"change_folder_next",
DT_BOOL,
false, 0, NULL,
40 "Suggest the next folder, rather than the first when using '<change-folder>'"
42 {
"collapse_all",
DT_BOOL,
false, 0, NULL,
43 "Collapse all threads when entering a folder"
46 "Prefix for macros using '<mark-message>'"
48 {
"uncollapse_jump",
DT_BOOL,
false, 0, NULL,
49 "When opening a thread, jump to the next unread message"
51 {
"uncollapse_new",
DT_BOOL,
true, 0, NULL,
52 "Open collapsed threads when new mail arrives"
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_index(struct ConfigSet *cs)
Register index config variables - Implements module_init_config_t -.
static struct ConfigDef IndexVars[]
Config definitions for the Index.
Container for lots of config items.