Definitions of NeoMutt commands
Function | Description |
---|---|
commands_cmp() | Compare two commands by name - Implements sort_t |
commands_register() | Add commands to Commands array |
mutt_command_get() | Get a Command by its name |
mutt_commands_apply() | Run a callback function on every Command |
mutt_commands_array() | Get Commands array |
mutt_commands_free() | Free Commands array |
mutt_commands_init() | Initialize commands array and register default commands |