/[mailutils]/mailutils/mh/pick.c
ViewVC logotype

Diff of /mailutils/mh/pick.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by gray, Wed Mar 19 14:08:24 2003 UTC revision 1.5 by gray, Sat Mar 22 13:34:47 2003 UTC
# Line 57  static struct argp_option options[] = { Line 57  static struct argp_option options[] = {
57    
58    {N_("Date constraint operations:"), 0,  NULL, OPTION_DOC, NULL, 1},    {N_("Date constraint operations:"), 0,  NULL, OPTION_DOC, NULL, 1},
59    {"datefield",ARG_DATEFIELD, N_("STRING"), 0,    {"datefield",ARG_DATEFIELD, N_("STRING"), 0,
60     N_("* Search in the named date header field (default is `Date:')"), 2},     N_("Search in the named date header field (default is `Date:')"), 2},
61    {"after",    ARG_AFTER,     N_("DATE"), 0,    {"after",    ARG_AFTER,     N_("DATE"), 0,
62     N_("* Match messages after the given date"), 2},     N_("Match messages after the given date"), 2},
63    {"before",   ARG_BEFORE,    N_("DATE"), 0,    {"before",   ARG_BEFORE,    N_("DATE"), 0,
64     N_("* Match messages before the given date"), 2},     N_("Match messages before the given date"), 2},
65    
66    {N_("Logical operations and grouping:"), 0, NULL, OPTION_DOC, NULL, 2},    {N_("Logical operations and grouping:"), 0, NULL, OPTION_DOC, NULL, 2},
67    {"and",     ARG_AND,    NULL, 0,    {"and",     ARG_AND,    NULL, 0,

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26