X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=main.c;h=eb309b8e1b9c02b187da8501c6f2ed7e3ba2e92c;hp=35f084ed968a19960af6852c0e2a44185e0c18f2;hb=5d88c27be2e8f16849640ee321d8d543170a4461;hpb=366c938a78d928880c77bfe31a8715184c918d41 diff --git a/main.c b/main.c index 35f084e..eb309b8 100644 --- a/main.c +++ b/main.c @@ -214,15 +214,6 @@ static void show_version (void) "+USE_LIBESMTP " #else "-USE_LIBESMTP " -#endif - "\n " - ); - - puts ( -#ifdef ENABLE_NLS - "+ENABLE_NLS " -#else - "-ENABLE_NLS " #endif #ifdef HAVE_LIBIDN "+HAVE_LIBIDN " @@ -324,13 +315,9 @@ int main (int argc, char **argv) exit (1); } -#ifdef ENABLE_NLS - /* FIXME what about init.c:1439 ? */ setlocale (LC_ALL, ""); bindtextdomain (PACKAGE, MUTTLOCALEDIR); textdomain (PACKAGE); -#endif - setlocale (LC_CTYPE, ""); mutt_error = mutt_message = mutt_nocurses_error; @@ -602,7 +589,7 @@ int main (int argc, char **argv) /* is the following if still needed? */ - fout = m_tempfile(buf, sizeof(buf), NONULL(MCore.tmpdir), NULL); + fout = m_tempfile(buf, sizeof(buf), NONULL(mod_core.tmpdir), NULL); tempfile = m_strdup(buf); if (tempfile) {