X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=main.c;h=7f5581a673e40b8de996d8e465dfca4206a4a323;hp=eace540e1411137d77622c821393ea7bb6d8fe9f;hb=bd0ed9bc7c534be30b0140b341b4d8a390483dbd;hpb=a9533eed32ccd9bae6f6f42980d0478f84dc2551;ds=sidebyside diff --git a/main.c b/main.c index eace540..7f5581a 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 @@ -370,11 +356,6 @@ static void show_version (void) "+CRYPT_BACKEND_GPGME " #else "-CRYPT_BACKEND_GPGME " -#endif -#ifdef BUFFY_SIZE - "+BUFFY_SIZE " -#else - "-BUFFY_SIZE " #endif "\n " #ifdef ENABLE_NLS @@ -679,7 +660,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);