summaryrefslogtreecommitdiff
path: root/mh/refile.c
diff options
context:
space:
mode:
Diffstat (limited to 'mh/refile.c')
-rw-r--r--mh/refile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mh/refile.c b/mh/refile.c
index 78740d7da..2c109515a 100644
--- a/mh/refile.c
+++ b/mh/refile.c
@@ -145,7 +145,7 @@ close_folders ()
}
static int
-opt_handler (int key, char *arg, void *unused)
+opt_handler (int key, char *arg, void *unused, struct argp_state *state)
{
switch (key)
{
@@ -223,7 +223,7 @@ main (int argc, char **argv)
/* Native Language Support */
mu_init_nls ();
- mh_argp_parse (argc, argv, options, mh_option, args_doc, doc,
+ mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
opt_handler, NULL, &index);
open_folders ();

Return to:

Send suggestions and report system problems to the System administrator.