/[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.5 by gray, Mon Feb 10 01:08:09 2003 UTC revision 1.6 by gray, Sun Feb 16 11:26:12 2003 UTC
# Line 52  struct mh_whatnow_env wh_env = { 0 }; Line 52  struct mh_whatnow_env wh_env = { 0 };
52  static int initial_edit = 1;  static int initial_edit = 1;
53    
54  static int  static int
55  opt_handler (int key, char *arg, void *unused)  opt_handler (int key, char *arg, void *unused, struct argp_state *state)
56  {  {
57    switch (key)    switch (key)
58      {      {
# Line 93  main (int argc, char **argv) Line 93  main (int argc, char **argv)
93        
94    mu_init_nls ();    mu_init_nls ();
95    
96    mh_argp_parse (argc, argv, options, mh_option, args_doc, doc,    mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
97                   opt_handler, NULL, &index);                   opt_handler, NULL, &index);
98    
99    wh_env.msg = getenv ("mhaltmsg");    wh_env.msg = getenv ("mhaltmsg");

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

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