X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/c703902741e0f7ce55f87e48ef0d00901195f1bc..b11a86cf7a0fc5b0dfef070e0bc65754c7d26016:/uip/mhpath.c diff --git a/uip/mhpath.c b/uip/mhpath.c index ef16bce2..29b59f4a 100644 --- a/uip/mhpath.c +++ b/uip/mhpath.c @@ -32,9 +32,7 @@ main(int argc, char **argv) struct msgs_array msgs = { 0, 0, NULL }; struct msgs *mp; -#ifdef LOCALE setlocale(LC_ALL, ""); -#endif invo_name = r1bindex (argv[0], '/'); /* read user profile/context */ @@ -91,7 +89,7 @@ main(int argc, char **argv) adios (maildir, "unable to change directory to"); /* read folder and create message structure */ - if (!(mp = folder_read (folder))) + if (!(mp = folder_read (folder, 1))) adios (NULL, "unable to read folder %s", folder); /*