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

Diff of /mailutils/mh/refile.c

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

revision 1.8 by gray, Sat Jan 11 22:21:59 2003 UTC revision 1.9 by gray, Thu Jan 16 13:45:28 2003 UTC
# 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    {"file",    2, 'F', 0, "input-file"},    {"file",    2, NULL, 0, "input-file"},
50    {"draft",   1, 'd', 0, NULL },    {"draft",   1, NULL, 0, NULL },
51    {"link",    1, 'l', MH_OPT_BOOL, NULL },    {"link",    1, NULL, MH_OPT_BOOL, NULL },
52    {"preserve", 1, 'p', MH_OPT_BOOL, NULL },    {"preserve", 1, NULL, MH_OPT_BOOL, NULL },
53    {"src",     1,  's', 0, "+folder" },    {"src",     1,  NULL, 0, "+folder" },
54    { 0 }    { 0 }
55  };  };
56    

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

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