X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=init.c;h=1c3227054a23ab53f5da45b3bfbba24d608562b1;hp=29e6c5feb1bb85966196efe40931ae49167e5f6d;hb=766fd6928123218aca635827248299ceeeb1d170;hpb=0dd6b2e7a21a844f2dcc306bb2d36096d3f9b664 diff --git a/init.c b/init.c index 29e6c5f..1c32270 100644 --- a/init.c +++ b/init.c @@ -2731,14 +2731,11 @@ void mutt_init (int skip_sys_rc, LIST * commands) CurrentMenu = MENU_MAIN; - -#ifndef LOCALES_HACK /* Do we have a locale definition? */ if (((p = getenv ("LC_ALL")) != NULL && p[0]) || ((p = getenv ("LANG")) != NULL && p[0]) || ((p = getenv ("LC_CTYPE")) != NULL && p[0])) set_option (OPTLOCALES); -#endif #ifdef HAVE_GETSID /* Unset suspend by default if we're the session leader */