X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=main.c;h=ea0d55f949719763d12d61e563eadc2c4c31e0f4;hp=e097503158bb1e3c2d8cc46bda663d947bb34b5c;hb=284454918cc95058b026d057195eaa5279135c36;hpb=230399f9632c37b66c1c117a17e8327eae6b3235 diff --git a/main.c b/main.c index e097503..ea0d55f 100644 --- a/main.c +++ b/main.c @@ -15,20 +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 @@ -366,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 @@ -675,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); @@ -881,7 +865,7 @@ int main (int argc, char **argv) } else #endif - if (!Incoming) { + if (!Incoming.len) { mutt_endwin _("No incoming mailboxes defined."); exit (1);