Convenience wrapper for the config headers.
bool cs_register_variables(const struct ConfigSet *cs, struct ConfigDef vars[])
Register a set of config items.
bool commands_register(struct CommandArray *ca, const struct Command *cmds)
Add commands to Commands array.
Convenience wrapper for the core headers.
const struct Module ModuleIndex
Module for the Index library.
const struct Command IndexCommands[]
Index Commands.
struct ConfigDef IndexVars[]
Config definitions for the Index.
static bool index_config_define_variables(struct NeoMutt *n, struct ConfigSet *cs)
Define the Config Variables - Implements Module::config_define_variables()
static bool index_init(struct NeoMutt *n)
Initialise a Module - Implements Module::init()
static bool index_commands_register(struct NeoMutt *n, struct CommandArray *ca)
Register NeoMutt Commands - Implements Module::commands_register()
static bool index_cleanup(struct NeoMutt *n)
Clean up a Module - Implements Module::cleanup()
Index private Module data.
#define FREE(x)
Free memory and set the pointer to NULL.
#define MUTT_MEM_CALLOC(n, type)
@ MODULE_ID_INDEX
ModuleIndex, Index
Convenience wrapper for the library headers.
void neomutt_set_module_data(struct NeoMutt *n, enum ModuleId id, void *data)
Set the private data for a Module.
void * neomutt_get_module_data(struct NeoMutt *n, enum ModuleId id)
Get the private data for a Module.
Container for lots of config items.
Index private Module data.
Container for Accounts, Notifications.
void subjectrx_init(struct NeoMutt *n, struct IndexModuleData *md)
Create new Subject Regex List.
void subjectrx_cleanup(struct IndexModuleData *md)
Free the Subject Regex List.
Parse Subject-regex Commands.