/[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.71 by gray, Sun Mar 23 22:49:53 2003 UTC revision 1.72 by gray, Sat Mar 29 16:59:48 2003 UTC
# Line 24  size_t total; Line 24  size_t total;
24  FILE *ofile;  FILE *ofile;
25  int interactive;  int interactive;
26    
27  const char *argp_program_version = "mail (" PACKAGE_STRING ")";  const char *program_version = "mail (" PACKAGE_STRING ")";
28  static char doc[] = N_("GNU mail -- the standard /bin/mail interface");  static char doc[] = N_("GNU mail -- the standard /bin/mail interface");
29  static char args_doc[] = N_("[address...]");  static char args_doc[] = N_("[address...]");
30    
# Line 324  main (int argc, char **argv) Line 324  main (int argc, char **argv)
324    
325    /* argument parsing */    /* argument parsing */
326    
327      mu_argp_init (program_version, NULL);
328    mu_argp_parse (&argp, &argc, &argv, 0, mail_capa, NULL, &args);    mu_argp_parse (&argp, &argc, &argv, 0, mail_capa, NULL, &args);
329    
330    /* read system-wide mail.rc and user's .mailrc */    /* read system-wide mail.rc and user's .mailrc */

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

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