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

Diff of /mailutils/mh/folder.c

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

revision 1.11 by gray, Thu Feb 13 16:34:39 2003 UTC revision 1.12 by gray, Sun Feb 16 11:35:44 2003 UTC
# Line 108  char *mh_seq_name; /* Name of the mh seq Line 108  char *mh_seq_name; /* Name of the mh seq
108                        .mh_sequences) */                        .mh_sequences) */
109    
110  static int  static int
111  opt_handler (int key, char *arg, void *unused)  opt_handler (int key, char *arg, void *unused, struct argp_state *state)
112  {  {
113    switch (key)    switch (key)
114      {      {
# Line 503  main (int argc, char **argv) Line 503  main (int argc, char **argv)
503    /* Native Language Support */    /* Native Language Support */
504    mu_init_nls ();    mu_init_nls ();
505    
506    mh_argp_parse (argc, argv, options, mh_option, args_doc, doc,    mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
507                   opt_handler, NULL, &index);                   opt_handler, NULL, &index);
508    
509    /* If  folder  is invoked by a name ending with "s" (e.g.,  folders),    /* If  folder  is invoked by a name ending with "s" (e.g.,  folders),

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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