X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=main.c;h=e3778f592c8d48f2074ca9a46ddf847621e47309;hp=3d1e21cd7817df94458586a03cad5ed53ebc3947;hb=32962d1bbc4260395f7afa183e980a4d4dc3f990;hpb=23e6291cb5d5b4cd2008403d8b628007fd75ff23 diff --git a/main.c b/main.c index 3d1e21c..e3778f5 100644 --- a/main.c +++ b/main.c @@ -15,24 +15,10 @@ #define MAIN_C 1 -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif +#include -#include -#include -#include -#include -#include -#include #include -#include -#include -#include -#include -#include - #include #include @@ -403,11 +389,6 @@ static void show_version (void) #else "-HAVE_ICONV " #endif -#if ICONV_NONTRANS - "+ICONV_NONTRANS " -#else - "-ICONV_NONTRANS " -#endif #ifdef HAVE_LIBIDN "+HAVE_LIBIDN " #else @@ -684,7 +665,6 @@ int main (int argc, char **argv) start_curses (); /* set defaults and read init files */ - mx_init (); mutt_init (flags & M_NOSYSRC, commands); string_list_wipe(&commands);