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

Diff of /mailutils/mh/whatnow.c

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

revision 1.2 by gray, Thu Jan 16 13:45:28 2003 UTC revision 1.3 by gray, Sat Feb 8 02:22:14 2003 UTC
# Line 42  static struct argp_option options[] = { Line 42  static struct argp_option options[] = {
42    
43  /* Traditional MH options */  /* Traditional MH options */
44  struct mh_option mh_option[] = {  struct mh_option mh_option[] = {
45    {"draftfolder", 6, NULL, MH_OPT_ARG, "folder"},    {"draftfolder", 6, MH_OPT_ARG, "folder"},
46    {"nodraftfolder", 3, NULL, },    {"nodraftfolder", 3, },
47    {"draftmessage", 6, NULL },    {"draftmessage", 6, },
48    {"editor", 1, NULL, MH_OPT_ARG, "program"},    {"editor", 1, MH_OPT_ARG, "program"},
49    {"noedit", 3, NULL, },    {"noedit", 3, },
50    {"prompt", 1, NULL },    {"prompt", 1 },
51    { 0 }    { 0 }
52  };  };
53    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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