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 ModuleHooks
Module for the Hooks library.
const struct Command HooksCommands[]
Hook Commands.
struct ConfigDef HooksVars[]
Config definitions for the Hooks library.
static bool hooks_commands_register(struct NeoMutt *n, struct CommandArray *ca)
Register NeoMutt Commands - Implements Module::commands_register()
static bool hooks_config_define_variables(struct NeoMutt *n, struct ConfigSet *cs)
Define the Config Variables - Implements Module::config_define_variables()
@ MODULE_ID_HOOKS
ModuleHooks, Hook Commands
Container for lots of config items.
Container for Accounts, Notifications.