/[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.6 by gray, Fri Dec 27 19:31:06 2002 UTC revision 1.7 by gray, Thu Jan 16 13:45:28 2003 UTC
# Line 71  static struct argp_option options[] = { Line 71  static struct argp_option options[] = {
71    
72  /* Traditional MH options */  /* Traditional MH options */
73  struct mh_option mh_option[] = {  struct mh_option mh_option[] = {
74    {"print", 2, 'p', 0, NULL },    {"print", 2, NULL, 0, NULL },
75    {"list", 1, 'l', 0, NULL },    {"list", 1, NULL, 0, NULL },
76    {"push", 2, ARG_PUSH, 0, NULL },    {"push", 2, NULL, 0, NULL },
77    {"pop", 2, ARG_POP, 0, NULL },    {"pop", 2, NULL, 0, NULL },
78    {"all", 1, 'a', 0, NULL },    {"all", 1, NULL, 0, NULL },
79    {"create", 1, 'c', MH_OPT_BOOL, NULL},    {"create", 1, NULL, MH_OPT_BOOL, NULL},
80    {"fast", 1, 'F', MH_OPT_BOOL, NULL},    {"fast", 1, NULL, MH_OPT_BOOL, NULL},
81    {"header", 1, 'h', MH_OPT_BOOL, NULL},    {"header", 1, NULL, MH_OPT_BOOL, NULL},
82    {"recurse", 1, 'r', MH_OPT_BOOL, NULL},    {"recurse", 1, NULL, MH_OPT_BOOL, NULL},
83    {"total", 1, 't', MH_OPT_BOOL, NULL},    {"total", 1, NULL, MH_OPT_BOOL, NULL},
84    {NULL},    {NULL},
85  };  };
86    

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

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