Integrated Lua scripting. More...
Go to the source code of this file.
Functions | |
enum CommandResult | mutt_lua_parse (struct Buffer *tmp, struct Buffer *s, intptr_t data, struct Buffer *err) |
Parse the 'lua' command - Implements Command::parse() -. | |
enum CommandResult | mutt_lua_source_file (struct Buffer *tmp, struct Buffer *s, intptr_t data, struct Buffer *err) |
Parse the 'lua-source' command - Implements Command::parse() -. | |
void | mutt_lua_init (void) |
Setup feature commands. | |
Integrated Lua scripting.
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 mutt_lua.h.
void mutt_lua_init | ( | void | ) |
Setup feature commands.
Definition at line 463 of file mutt_lua.c.