summaryrefslogtreecommitdiff
path: root/sieve/sieve.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-12-10 07:32:14 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-12-10 07:32:14 +0000
commitb680ddd691280cc64527470baf6aca0d3770192b (patch)
treed07592ba031d8f1db6bb16953b40cce51730eaa7 /sieve/sieve.c
parentf486f514f72e3a2fd3be5ef85610e2faa483327b (diff)
downloadmailutils-b680ddd691280cc64527470baf6aca0d3770192b.tar.gz
mailutils-b680ddd691280cc64527470baf6aca0d3770192b.tar.bz2
(argp_capa): Added "sieve" capability.
(main): Invoke mu_sieve_argp_init().
Diffstat (limited to 'sieve/sieve.c')
-rw-r--r--sieve/sieve.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sieve/sieve.c b/sieve/sieve.c
index a35db8daa..a433f4095 100644
--- a/sieve/sieve.c
+++ b/sieve/sieve.c
@@ -218,6 +218,7 @@ static const char *sieve_argp_capa[] =
"license",
"logging",
"mailer",
+ "sieve",
NULL
};
@@ -304,6 +305,7 @@ main (int argc, char *argv[])
struct options opts = {0};
int (*debugfp) __P ((mu_debug_t, size_t level, const char *, va_list));
+ sieve_argp_init ();
rc = mu_argp_parse (&argp, &argc, &argv, ARGP_IN_ORDER, sieve_argp_capa,
0, &opts);

Return to:

Send suggestions and report system problems to the System administrator.