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

Diff of /mailutils/mh/folder.c

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

revision 1.5 by polak, Thu Dec 26 20:51:06 2002 UTC revision 1.6 by gray, Fri Dec 27 19:31:06 2002 UTC
# Line 43  static struct argp_option options[] = { Line 43  static struct argp_option options[] = {
43    {N_("Actions are:"), 0, 0, OPTION_DOC, "", 0 },    {N_("Actions are:"), 0, 0, OPTION_DOC, "", 0 },
44    {"print", 'p', NULL, 0, N_("List the folders (default)"), 1 },    {"print", 'p', NULL, 0, N_("List the folders (default)"), 1 },
45    {"list", 'l', NULL, 0, N_("List the contents of the folder stack"), 1},    {"list", 'l', NULL, 0, N_("List the contents of the folder stack"), 1},
46    {"push", ARG_PUSH, "FOLDER", OPTION_ARG_OPTIONAL,    {"push", ARG_PUSH, N_("FOLDER"), OPTION_ARG_OPTIONAL,
47      N_("Push the folder on the folder stack. If FOLDER is specified, it is pushed. "      N_("Push the folder on the folder stack. If FOLDER is specified, it is pushed. "
48         "Otherwise, if a folder is given in the command line (via + or --folder), "         "Otherwise, if a folder is given in the command line (via + or --folder), "
49         "it is pushed on stack. Otherwise, the current folder and the top of the folder "         "it is pushed on stack. Otherwise, the current folder and the top of the folder "
# Line 51  static struct argp_option options[] = { Line 51  static struct argp_option options[] = {
51    {"pop", ARG_POP, NULL, 0, N_("Pop the folder off the folder stack"), 1},    {"pop", ARG_POP, NULL, 0, N_("Pop the folder off the folder stack"), 1},
52        
53    {N_("Options are:"), 0, 0, OPTION_DOC, "", 2 },    {N_("Options are:"), 0, 0, OPTION_DOC, "", 2 },
54    {"folder",  'f', "FOLDER", 0, N_("Specify folder to operate upon"), 3},    {"folder",  'f', N_("FOLDER"), 0, N_("Specify folder to operate upon"), 3},
55    {"all", 'a', NULL, 0, N_("List all folders"), 3},    {"all", 'a', NULL, 0, N_("List all folders"), 3},
56    {"create", 'c', "BOOL", OPTION_ARG_OPTIONAL, N_("Create non-existing folders"), 3},    {"create", 'c', N_("BOOL"), OPTION_ARG_OPTIONAL,
57    {"fast", 'F', "BOOL", OPTION_ARG_OPTIONAL, N_("List only the folder names"), 3},      N_("Create non-existing folders"), 3},
58    {"header", 'h', "BOOL", OPTION_ARG_OPTIONAL, N_("Print the header line"), 3},    {"fast", 'F', N_("BOOL"), OPTION_ARG_OPTIONAL,
59    {"recurse", 'r', "BOOL", OPTION_ARG_OPTIONAL, N_("Scan folders recursively"), 3},      N_("List only the folder names"), 3},
60    {"total", 't', "BOOL", OPTION_ARG_OPTIONAL, N_("Output the total statistics"), 3},    {"header", 'h', N_("BOOL"), OPTION_ARG_OPTIONAL,
61    { N_("\nUse -help switch to obtain the list of traditional MH options. "), 0, 0, OPTION_DOC, "", 4 },      N_("Print the header line"), 3},
62      {"recurse", 'r', N_("BOOL"), OPTION_ARG_OPTIONAL,
63        N_("Scan folders recursively"), 3},
64      {"total", 't', N_("BOOL"), OPTION_ARG_OPTIONAL,
65        N_("Output the total statistics"), 3},
66      { N_("\nUse -help switch to obtain the list of traditional MH options. "),
67        0, 0, OPTION_DOC, "", 4 },
68        
69    {NULL},    {NULL},
70  };  };

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

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