Integrated Lua scripting
| Data | Description | Links |
|---|---|---|
| LuaMuttCommands | List of Lua commands to register |
| Function | Description | Links |
|---|---|---|
| lua_cb_global_call() | Call a NeoMutt command by name | |
| lua_cb_global_enter() | Execute NeoMutt config from Lua | |
| lua_cb_global_error() | Display an error in NeoMutt | |
| lua_cb_global_get() | Get a NeoMutt variable | |
| lua_cb_global_message() | Display a message in NeoMutt | |
| lua_cb_global_set() | Set a NeoMutt variable | |
| lua_expose_command() | Expose a NeoMutt command to the Lua interpreter | |
| lua_expose_commands() | Declare some NeoMutt types to the Lua interpreter | |
| lua_expose_mutt() | Expose a 'Mutt' object to the Lua interpreter | |
| lua_handle_error() | Handle an error in the Lua interpreter | |
| lua_handle_panic() | Handle a panic in the Lua interpreter | |
| lua_init_state() | Initialise a Lua State |