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

Diff of /mailutils/mh/inc.c

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

revision 1.15 by jordi, Fri Dec 27 16:38:20 2002 UTC revision 1.16 by gray, Fri Dec 27 19:31:06 2002 UTC
# Line 25  static char args_doc[] = N_("[+folder]") Line 25  static char args_doc[] = N_("[+folder]")
25    
26  /* GNU options */  /* GNU options */
27  static struct argp_option options[] = {  static struct argp_option options[] = {
28    {"file",    'i', "FILE",   0, N_("Incorporate mail from named file")},    {"file",    'i', N_("FILE"),   0, N_("Incorporate mail from named file")},
29    {"folder",  'f', "FOLDER", 0, N_("Specify folder to incorporate mail to")},    {"folder",  'f', N_("FOLDER"), 0, N_("Specify folder to incorporate mail to")},
30    {"audit",   'a', "FILE", 0, N_("Enable audit")},    {"audit",   'a', N_("FILE"), 0, N_("Enable audit")},
31    {"noaudit", 'n', 0, 0, N_("Disable audit")},    {"noaudit", 'n', 0, 0, N_("Disable audit")},
32    {"changecur", 'c', "BOOL", OPTION_ARG_OPTIONAL,    {"changecur", 'c', N_("BOOL"), OPTION_ARG_OPTIONAL,
33     N_("Mark first incorporated message as current (default)")},     N_("Mark first incorporated message as current (default)")},
34    {"form",    'F', "FILE",   0, N_("Read format from given file")},    {"form",    'F', N_("FILE"),   0, N_("Read format from given file")},
35    {"format",  't', "FORMAT", 0, N_("Use this format string")},    {"format",  't', N_("FORMAT"), 0, N_("Use this format string")},
36    {"truncate", 'T', "BOOL", OPTION_ARG_OPTIONAL,    {"truncate", 'T', N_("BOOL"), OPTION_ARG_OPTIONAL,
37     N_("Truncate source mailbox after incorporating (default)")},     N_("Truncate source mailbox after incorporating (default)")},
38    {"width",   'w', "NUMBER", 0, N_("Set output width")},    {"width",   'w', N_("NUMBER"), 0, N_("Set output width")},
39    {"quiet",   'q', 0,        0, N_("Be quiet")},    {"quiet",   'q', 0,        0, N_("Be quiet")},
40    {"license", 'l', 0,        0, N_("Display software license"), -1},    {"license", 'l', 0,        0, N_("Display software license"), -1},
41    
# Line 46  static struct argp_option options[] = { Line 46  static struct argp_option options[] = {
46    
47  /* Traditional MH options */  /* Traditional MH options */
48  struct mh_option mh_option[] = {  struct mh_option mh_option[] = {
49    {"audit",   5,  'a', MH_OPT_ARG, "audit-file"},    {"audit",   5,  'a', MH_OPT_ARG, "audit-file" },
50    {"noaudit", 3,  'n', 0, },    {"noaudit", 3,  'n', 0, },
51    {"changecur", 1, 'c',MH_OPT_BOOL},    {"changecur", 1, 'c',MH_OPT_BOOL},
52    {"file",    2, 'i', MH_OPT_ARG, "input-file"},    {"file",    2, 'i', MH_OPT_ARG, "input-file"},

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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