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

Diff of /mailutils/mh/repl.c

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

revision 1.14 by gray, Fri Jan 31 15:01:12 2003 UTC revision 1.15 by gray, Sat Feb 8 02:25:37 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    {"annotate", 1, NULL, MH_OPT_BOOL },    {"annotate",    1, MH_OPT_BOOL },
75    {"build", 1, NULL, },    {"build",       1, },
76    {"cc", 1, NULL, MH_OPT_ARG, "all/to/cc/me"},    {"cc",          1, MH_OPT_ARG, "all/to/cc/me"},
77    {"nocc", 3, NULL, MH_OPT_ARG, "all/to/cc/me"},    {"nocc",        3, MH_OPT_ARG, "all/to/cc/me"},
78    {"form",    4,  NULL, MH_OPT_ARG, "formatfile"},    {"form",        4, MH_OPT_ARG, "formatfile"},
79    {"width",   1,  NULL, MH_OPT_ARG, "number"},    {"width",       1, MH_OPT_ARG, "number"},
80    {"draftfolder", 6, NULL, MH_OPT_ARG, "folder"},    {"draftfolder", 6, MH_OPT_ARG, "folder"},
81    {"nodraftfolder", 3, NULL },    {"nodraftfolder", 3 },
82    {"draftmessage", 6, NULL },    {"draftmessage", 6, },
83    {"editor", 1, NULL, MH_OPT_ARG, "program"},    {"editor",      1, MH_OPT_ARG, "program"},
84    {"noedit", 3, NULL, },    {"noedit",      3, },
85    {"fcc", 1, NULL, MH_OPT_ARG, "folder"},    {"fcc",         1, MH_OPT_ARG, "folder"},
86    {"filter", 2, NULL, MH_OPT_ARG, "program"},    {"filter",      2, MH_OPT_ARG, "program"},
87    {"inplace", 1, NULL, MH_OPT_BOOL },    {"inplace",     1, MH_OPT_BOOL },
88    {"query", 1, NULL, MH_OPT_BOOL },    {"query",       1, MH_OPT_BOOL },
89    {"whatnowproc", 2, NULL, MH_OPT_ARG, "program"},    {"whatnowproc", 2, MH_OPT_ARG, "program"},
90    {"nowhatnowproc", 3, NULL },    {"nowhatnowproc", 3 },
91    { 0 }    { 0 }
92  };  };
93    

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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