always enable NLS, screw'em
[apps/madmutt.git] / main.c
diff --git a/main.c b/main.c
index 35f084e..e0c00f2 100644 (file)
--- 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;