From: Pierre Habouzit Date: Mon, 14 Jan 2008 17:10:09 +0000 (+0100) Subject: well this makes things fail for people ... X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=049b21f53af51ad7259613f5eefaa0f37b1b2167;hp=7bd63759186d38d5a751b94fe7ee047d69ba1287;ds=inline well this makes things fail for people ... Signed-off-by: Pierre Habouzit --- 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))