summaryrefslogtreecommitdiff
path: root/mh/repl.c
diff options
context:
space:
mode:
Diffstat (limited to 'mh/repl.c')
-rw-r--r--mh/repl.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/mh/repl.c b/mh/repl.c
index 826ecafdf..d546d2c5b 100644
--- a/mh/repl.c
+++ b/mh/repl.c
@@ -22,7 +22,7 @@
#include <sys/stat.h>
#include <unistd.h>
-static char prog_doc[] = N_("GNU MH repl");
+static char prog_doc[] = N_("Reply to a message");
static char args_doc[] = N_("[+FOLDER] [MESSAGE]");
static char *format_str = NULL;
@@ -307,9 +307,6 @@ main (int argc, char **argv)
{
int rc;
- /* Native Language Support */
- MU_APP_INIT_NLS ();
-
draftfolder = mh_global_profile_get ("Draft-Folder", NULL);
whatnowproc = mh_global_profile_get ("whatnowproc", NULL);

Return to:

Send suggestions and report system problems to the System administrator.