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

Diff of /mailutils/mh/rmm.c

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

revision 1.9 by polak, Sun Feb 9 21:06:49 2003 UTC revision 1.10 by gray, Mon Feb 10 01:08:09 2003 UTC
# Line 26  static char args_doc[] = N_("[+folder] [ Line 26  static char args_doc[] = N_("[+folder] [
26    
27  /* GNU options */  /* GNU options */
28  static struct argp_option options[] = {  static struct argp_option options[] = {
29    {"folder",  'f', N_("FOLDER"), 0, N_("Specify folder to operate upon")},    {"folder",  ARG_FOLDER, N_("FOLDER"), 0,
30       N_("Specify folder to operate upon")},
31    { 0 }    { 0 }
32  };  };
33    
# Line 41  opt_handler (int key, char *arg, void *u Line 42  opt_handler (int key, char *arg, void *u
42    switch (key)    switch (key)
43      {      {
44      case '+':      case '+':
45      case 'f':      case ARG_FOLDER:
46        current_folder = arg;        current_folder = arg;
47        break;        break;
48                

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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