Removed configure flag --disable-locale and have it always enabled.
[mmh] / uip / rmf.c
index 9d20752..05b3e96 100644 (file)
--- a/uip/rmf.c
+++ b/uip/rmf.c
@@ -34,9 +34,7 @@ main(int argc, char **argv)
        char *cp, *folder = NULL, newfolder[BUFSIZ];
        char buf[BUFSIZ], **argp, **arguments;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */