summaryrefslogtreecommitdiff
path: root/sieve
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-10-29 20:53:47 +0300
committerSergey Poznyakoff <gray@gnu.org>2016-10-29 20:53:47 +0300
commit3a91a69baef99247b066e2c5ce4fce6bf739f1ac (patch)
treef424a72d3b1b5a5acd89231ce0f9e1fa55ad754d /sieve
parentb48ac923058cb1967209ee2883d93d55932a0364 (diff)
downloadmailutils-3a91a69baef99247b066e2c5ce4fce6bf739f1ac.tar.gz
mailutils-3a91a69baef99247b066e2c5ce4fce6bf739f1ac.tar.bz2
Remove left over references to argp; other bugfixes
Diffstat (limited to 'sieve')
-rw-r--r--sieve/sieve.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sieve/sieve.c b/sieve/sieve.c
index 8642fc057..7551f4483 100644
--- a/sieve/sieve.c
+++ b/sieve/sieve.c
@@ -233,7 +233,7 @@ static struct mu_cfg_param sieve_cfg_param[] = {
};
-static char *sieve_argp_capa[] = {
+static char *sieve_capa[] = {
"debug",
"mailbox",
"locking",
@@ -400,7 +400,7 @@ main (int argc, char *argv[])
mu_register_all_formats ();
- mu_cli (argc, argv, &cli, sieve_argp_capa, NULL, &argc, &argv);
+ mu_cli (argc, argv, &cli, sieve_capa, NULL, &argc, &argv);
if (argc == 0)
{

Return to:

Send suggestions and report system problems to the System administrator.