summaryrefslogtreecommitdiff
path: root/mh/folder.c
diff options
context:
space:
mode:
Diffstat (limited to 'mh/folder.c')
-rw-r--r--mh/folder.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mh/folder.c b/mh/folder.c
index 720138c7e..be7ae80ba 100644
--- a/mh/folder.c
+++ b/mh/folder.c
@@ -32,7 +32,7 @@
#define obstack_chunk_free free
#include <obstack.h>
-const char *argp_program_version = "folder (" PACKAGE_STRING ")";
+const char *program_version = "folder (" PACKAGE_STRING ")";
static char doc[] = N_("GNU MH folder\v"
"Use -help to obtain the list of traditional MH options.");
static char args_doc[] = N_("[action] [msg]");
@@ -527,6 +527,7 @@ main (int argc, char **argv)
/* Native Language Support */
mu_init_nls ();
+ mu_argp_init (program_version, NULL);
mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
opt_handler, NULL, &index);

Return to:

Send suggestions and report system problems to the System administrator.