Definition of the Lua Module. More...
Include dependency graph for module.c:Go to the source code of this file.
Functions | |
| static bool | lua_commands_register (struct NeoMutt *n, struct CommandArray *ca) |
| Register NeoMutt Commands - Implements Module::commands_register() | |
Variables | |
| const struct Command | LuaCommands [] |
| List of NeoMutt commands to register. | |
| const struct Module | ModuleLua |
| Module for the Lua library. | |
Definition of the Lua Module.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file module.c.
|
static |
Register NeoMutt Commands - Implements Module::commands_register()
Definition at line 39 of file module.c.
Here is the call graph for this function:
|
extern |
List of NeoMutt commands to register.
Definition at line 149 of file commands.c.
| const struct Module ModuleLua |
Module for the Lua library.
Definition at line 47 of file module.c.