djh <[EMAIL PROTECTED]> wrote:
> I found that the output does not contain a description for the option
> "--textfield".
> Only a description for "--notextfield"
Thanks for noticing. Please, apply the following patch:
Index: mh/sortm.c
===================================================================
RCS file: /cvsroot/mailutils/mailutils/mh/sortm.c,v
retrieving revision 1.10
diff -p -u -r1.10 sortm.c
--- mh/sortm.c 17 May 2006 09:41:36 -0000 1.10
+++ mh/sortm.c 4 Sep 2006 07:34:32 -0000
@@ -45,8 +45,8 @@ static struct argp_option options[] = {
N_("Consider two datefields equal if their difference lies within the given
nuber of DAYS."), 11},
{"nolimit", ARG_NOLIMIT, NULL, 0,
N_("Undo the effect of the last --limit option"), 11},
- {"textfield", ARG_TEXTFIELD, N_("STRING"), 15,
- N_("Sort on the text field"), 1},
+ {"textfield", ARG_TEXTFIELD, N_("STRING"), 0,
+ N_("Sort on the text field"), 15},
{"notextfield", ARG_NOTEXTFIELD, NULL, 0,
N_("Undo the effect of the last --textfield option"), 15},
{"numfield", ARG_NUMFIELD, N_("STRING"), 0,
_______________________________________________
Bug-mailutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-mailutils