This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Mailutils".
http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=8f2e2f1fb926ffda9cf8ea264c391aae212e43ab The branch, master has been updated via 8f2e2f1fb926ffda9cf8ea264c391aae212e43ab (commit) from e105df67dcc3f11787259c6334e68a9dabb167c1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8f2e2f1fb926ffda9cf8ea264c391aae212e43ab Author: Sergey Poznyakoff <g...@gnu.org.ua> Date: Sun Oct 3 21:57:11 2010 +0300 Bugfix. * mu/filter.c (filter_options): Add missing arguments. * mu/flt2047.c (flt2047_options): Likewise. ----------------------------------------------------------------------- Summary of changes: mu/filter.c | 2 +- mu/flt2047.c | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/mu/filter.c b/mu/filter.c index 373eb0d..ee9d79f 100644 --- a/mu/filter.c +++ b/mu/filter.c @@ -29,7 +29,7 @@ static char filter_args_doc[] = N_("[OPTIONS] NAME"); static struct argp_option filter_options[] = { { "encode", 'e', NULL, 0, N_("encode the input (default)") }, { "decode", 'd', NULL, 0, N_("decode the input") }, - { "line-length", 'l', NULL, 0, N_("limit output line length") }, + { "line-length", 'l', N_("NUMBER"), 0, N_("limit output line length") }, { "newline", 'n', NULL, 0, N_("print additional newline") }, { NULL } }; diff --git a/mu/flt2047.c b/mu/flt2047.c index f2ec974..8220f90 100644 --- a/mu/flt2047.c +++ b/mu/flt2047.c @@ -30,8 +30,10 @@ static struct argp_option flt2047_options[] = { { "encode", 'e', NULL, 0, N_("encode the input (default)") }, { "decode", 'd', NULL, 0, N_("decode the input") }, { "newline", 'n', NULL, 0, N_("print additional newline") }, - { "charset", 'c', NULL, 0, N_("set charset (default: iso-8859-1)") }, - { "encoding", 'E', NULL, 0, N_("set encoding (default: quoted-printable)") }, + { "charset", 'c', N_("NAME"), 0, + N_("set charset (default: iso-8859-1)") }, + { "encoding", 'E', N_("NAME"), 0, + N_("set encoding (default: quoted-printable)") }, { NULL } }; hooks/post-receive -- GNU Mailutils _______________________________________________ Commit-mailutils mailing list Commit-mailutils@gnu.org http://lists.gnu.org/mailman/listinfo/commit-mailutils