X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-lua%2Fruntime.c;h=6023ae6942fb6eee8dfa02221345820d22357bb8;hp=1b976c9c9c79a31f51feaf2ce3e67c2a0e85c958;hb=c9f72ab0cd65f517a2047feb942ad85025c1b7e8;hpb=16534e98723674fa391e3fc29d2a07ce419c13dd diff --git a/lib-lua/runtime.c b/lib-lua/runtime.c index 1b976c9..6023ae6 100644 --- a/lib-lua/runtime.c +++ b/lib-lua/runtime.c @@ -23,6 +23,7 @@ #include "../alias.h" #include "../mutt.h" #include "../charset.h" +#include "../buffy.h" static lua_State *L; @@ -41,6 +42,8 @@ void luaM_initialize(void) {"MTransport", luaopen_MTransport}, {"MAlias", luaopen_MAlias}, {"MCharset", luaopen_MCharset}, + {"Mime", luaopen_Mime}, + {"Buffy", luaopen_Buffy}, }; int i;