summaryrefslogtreecommitdiff
path: root/mail.remote/mail.remote.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail.remote/mail.remote.c')
-rw-r--r--mail.remote/mail.remote.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail.remote/mail.remote.c b/mail.remote/mail.remote.c
index aa04f4720..a4cf83c35 100644
--- a/mail.remote/mail.remote.c
+++ b/mail.remote/mail.remote.c
@@ -41,7 +41,7 @@
#include <mailutils/error.h>
#include <mailutils/nls.h>
-const char *argp_program_version = "mail.remote (" PACKAGE_STRING ")";
+const char *program_version = "mail.remote (" PACKAGE_STRING ")";
static char doc[] =
N_("GNU mail.remote -- pseudo-sendmail interface for mail delivery\n"
"\v"
@@ -143,6 +143,7 @@ main (int argc, char **argv)
list_append (bookie, smtp_record);
}
+ mu_argp_init (program_version, NULL);
mu_argp_parse (&argp, &argc, &argv, 0, capa, &optind, NULL);
if (optfrom)

Return to:

Send suggestions and report system problems to the System administrator.