X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-lua%2Fruntime.c;h=1e806c4240cf6586fefd5fec5f2bb91939bdd4ed;hp=b96db43c1a2a14195def08acbf19eb70c353cf43;hb=58e0ddff3bd5e1b9455e8c3ebb1f4b9e7dd71920;hpb=9a4192468557a6d53cafff937cffd7f06157a47f diff --git a/lib-lua/runtime.c b/lib-lua/runtime.c index b96db43..1e806c4 100644 --- a/lib-lua/runtime.c +++ b/lib-lua/runtime.c @@ -22,6 +22,7 @@ #include "../alias.h" #include "../mutt.h" +#include "../charset.h" static lua_State *L; @@ -39,6 +40,8 @@ void luaM_initialize(void) {"MCore", luaopen_MCore}, {"MTransport", luaopen_MTransport}, {"MAlias", luaopen_MAlias}, + {"MCharset", luaopen_MCharset}, + {"Mime", luaopen_Mime}, }; int i;