X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-mx%2Fmx.c;h=79eaad0ee5b43d8bb6dc14ed33329a75f4a94f48;hp=1a7db32fb06bdb32ecb387522b18ecd21d3e046c;hb=44747a633c2e79acd5a6f29c6eef489ab9d62cda;hpb=2b9f5916b3aebd8d34903d420ce8160121171534 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))