summaryrefslogtreecommitdiff
path: root/sieve/sieve.c
diff options
context:
space:
mode:
Diffstat (limited to 'sieve/sieve.c')
-rw-r--r--sieve/sieve.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sieve/sieve.c b/sieve/sieve.c
index 814be6557..1e1d39559 100644
--- a/sieve/sieve.c
+++ b/sieve/sieve.c
@@ -48,8 +48,6 @@
#include "mailutils/libargp.h"
-const char *program_version = "sieve (" PACKAGE_STRING ")";
-
static char doc[] =
N_("GNU sieve -- a mail filtering tool.")
"\v"
@@ -480,7 +478,7 @@ main (int argc, char *argv[])
/* Native Language Support */
MU_APP_INIT_NLS ();
- mu_argp_init (program_version, NULL);
+ mu_argp_init (NULL, NULL);
#ifdef WITH_TLS
mu_gocs_register ("tls", mu_tls_module_init);
#endif

Return to:

Send suggestions and report system problems to the System administrator.