/[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.11 by gray, Sun Jan 26 13:47:54 2003 UTC revision 1.12 by gray, Sat Feb 8 02:25:37 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, NULL, 0, "input-file"},    {"file",     2, 0, "input-file"},
50    {"draft",   1, NULL, 0, NULL },    {"draft",    1, 0, NULL },
51    {"link",    1, NULL, MH_OPT_BOOL, NULL },    {"link",     1, MH_OPT_BOOL, NULL },
52    {"preserve", 1, NULL, MH_OPT_BOOL, NULL },    {"preserve", 1, MH_OPT_BOOL, NULL },
53    {"src",     1,  NULL, 0, "+folder" },    {"src",      1, 0, "+folder" },
54    { 0 }    { 0 }
55  };  };
56    

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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