/[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.17 by gray, Fri Feb 14 16:11:12 2003 UTC revision 1.18 by gray, Sun Feb 16 11:26:12 2003 UTC
# Line 145  close_folders () Line 145  close_folders ()
145  }  }
146    
147  static int  static int
148  opt_handler (int key, char *arg, void *unused)  opt_handler (int key, char *arg, void *unused, struct argp_state *state)
149  {  {
150    switch (key)    switch (key)
151      {      {
# Line 223  main (int argc, char **argv) Line 223  main (int argc, char **argv)
223    /* Native Language Support */    /* Native Language Support */
224    mu_init_nls ();    mu_init_nls ();
225    
226    mh_argp_parse (argc, argv, options, mh_option, args_doc, doc,    mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
227                   opt_handler, NULL, &index);                   opt_handler, NULL, &index);
228    
229    open_folders ();    open_folders ();

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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