add some lua in the mime module as well.
[apps/madmutt.git] / lib-lua / runtime.c
index 1b976c9..1e806c4 100644 (file)
@@ -41,6 +41,7 @@ void luaM_initialize(void)
         {"MTransport",    luaopen_MTransport},
         {"MAlias",        luaopen_MAlias},
         {"MCharset",      luaopen_MCharset},
+        {"Mime",          luaopen_Mime},
     };
 
     int i;