Replace deprecated luaL_openlib() by luaL_register()
[apps/madmutt.git] / lib-mx / mx.c
index 1a7db32..e54fd04 100644 (file)
@@ -42,6 +42,11 @@ static mx_t const *mxfmts[] = {
     &imap_mx,
     &pop_mx,
     &compress_mx,
+
+#if 0
+    /* hack so that it's linked together */
+    &pop_mx_ng,
+#endif
 };
 
 #define MX_IDX(idx)          (idx >= 0 && idx < countof(mxfmts))