/[mailutils]/mailutils/mail/mail.c
ViewVC logotype

Diff of /mailutils/mail/mail.c

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

revision 1.51 by gray, Thu Feb 7 07:58:22 2002 UTC revision 1.52 by gray, Fri Feb 22 13:18:36 2002 UTC
# Line 124  parse_opt (int key, char *arg, struct ar Line 124  parse_opt (int key, char *arg, struct ar
124    return 0;    return 0;
125  }  }
126    
127  static struct argp argp = { options, parse_opt, args_doc, doc, NULL, NULL, NULL };  static struct argp argp = {
128      options,
129      parse_opt,
130      args_doc,
131      doc,
132      mu_common_argp_child,
133      NULL, NULL
134    };
135    
136  static char *  static char *
137  mail_cmdline(void *closure, int cont)  mail_cmdline(void *closure, int cont)
# Line 280  main (int argc, char **argv) Line 287  main (int argc, char **argv)
287    args.user = NULL;    args.user = NULL;
288    
289    /* argument parsing */    /* argument parsing */
290      
291      mu_create_argcv (argc, argv, &argc, &argv);
292    argp_parse (&argp, argc, argv, 0, 0, &args);    argp_parse (&argp, argc, argv, 0, 0, &args);
293    
294    /* read system-wide mail.rc and user's .mailrc */    /* read system-wide mail.rc and user's .mailrc */

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52

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