X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-mx%2Fmx.c;h=79eaad0ee5b43d8bb6dc14ed33329a75f4a94f48;hp=1a7db32fb06bdb32ecb387522b18ecd21d3e046c;hb=88d239144bf6f50ca1eda6db7742281f0ad0f97f;hpb=5a4ed6a80a95c870a3603350d2a1e99b99d99b5b diff --git a/lib-mx/mx.c b/lib-mx/mx.c index 1a7db32..79eaad0 100644 --- a/lib-mx/mx.c +++ b/lib-mx/mx.c @@ -42,6 +42,9 @@ static mx_t const *mxfmts[] = { &imap_mx, &pop_mx, &compress_mx, + + /* hack so that it's linked together */ + &pop_mx_ng, }; #define MX_IDX(idx) (idx >= 0 && idx < countof(mxfmts))