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

Diff of /mailutils/mh/comp.c

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

revision 1.4 by gray, Mon Feb 3 15:35:15 2003 UTC revision 1.5 by gray, Sat Feb 8 02:22:14 2003 UTC
# Line 55  static struct argp_option options[] = { Line 55  static struct argp_option options[] = {
55    
56  /* Traditional MH options */  /* Traditional MH options */
57  struct mh_option mh_option[] = {  struct mh_option mh_option[] = {
58    {"build", 1, NULL, },    {"build",         1, },
59    {"file", 2,  NULL, MH_OPT_ARG, "draftfile"},    {"file",          2, MH_OPT_ARG, "draftfile"},
60    {"form", 2,  NULL, MH_OPT_ARG, "formatfile"},    {"form",          2, MH_OPT_ARG, "formatfile"},
61    {"draftfolder", 6, NULL, MH_OPT_ARG, "folder"},    {"draftfolder",   6, MH_OPT_ARG, "folder"},
62    {"nodraftfolder", 3, NULL },    {"nodraftfolder", 3, },
63    {"draftmessage", 6, NULL },    {"draftmessage",  6, },
64    {"editor", 1, NULL, MH_OPT_ARG, "program"},    {"editor",        1, MH_OPT_ARG, "program"},
65    {"noedit", 3, NULL, },    {"noedit",        3, },
66    {"whatnowproc", 2, NULL, MH_OPT_ARG, "program"},    {"whatnowproc",   2, MH_OPT_ARG, "program"},
67    {"nowhatnowproc", 3, NULL },    {"nowhatnowproc", 3, },
68    { 0 }    { 0 }
69  };  };
70    

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

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