bool commands_register(struct CommandArray *ca, const struct Command *cmds)
Add commands to Commands array.
Convenience wrapper for the core headers.
const struct Module ModuleKey
Module for the Key library.
const struct Command KeyCommands[]
Key Binding Commands.
static bool key_commands_register(struct NeoMutt *n, struct CommandArray *ca)
Register NeoMutt Commands - Implements Module::commands_register()
static bool key_init(struct NeoMutt *n)
Initialise a Module - Implements Module::init()
static bool key_cleanup(struct NeoMutt *n)
Clean up a Module - Implements Module::cleanup()
@ MODULE_ID_KEY
ModuleKey, Key mappings
Convenience wrapper for the library headers.
Container for Accounts, Notifications.