bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-mailutils] Missing text in MH program "sortm --help"


From: Sergey Poznyakoff
Subject: Re: [bug-mailutils] Missing text in MH program "sortm --help"
Date: Mon, 04 Sep 2006 10:36:00 +0300

djh <address@hidden> 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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]