X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-mx%2Fmx.c;h=e54fd04296ba3120123397e72c4d34f04d161acd;hp=79eaad0ee5b43d8bb6dc14ed33329a75f4a94f48;hb=049b21f53af51ad7259613f5eefaa0f37b1b2167;hpb=7bd63759186d38d5a751b94fe7ee047d69ba1287 diff --git a/lib-mx/mx.c b/lib-mx/mx.c index 79eaad0..e54fd04 100644 --- a/lib-mx/mx.c +++ b/lib-mx/mx.c @@ -43,8 +43,10 @@ static mx_t const *mxfmts[] = { &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))