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

Diff of /mailutils/from/from.c

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

revision 1.23 by polak, Sun Feb 9 12:32:59 2003 UTC revision 1.24 by gray, Sat Mar 29 16:59:48 2003 UTC
# Line 46  Line 46 
46  #include <mailutils/stream.h>  #include <mailutils/stream.h>
47  #include <mailutils/nls.h>  #include <mailutils/nls.h>
48    
49  const char *argp_program_version = "from (" PACKAGE_STRING ")";  const char *program_version = "from (" PACKAGE_STRING ")";
50  static char doc[] = N_("GNU from -- display from and subject");  static char doc[] = N_("GNU from -- display from and subject");
51    
52  static struct argp_option options[] = {  static struct argp_option options[] = {
# Line 103  main(int argc, char **argv) Line 103  main(int argc, char **argv)
103    
104    {    {
105      int opt;      int opt;
106        mu_argp_init (program_version, NULL);
107      mu_argp_parse (&argp, &argc, &argv, 0, capa, &opt, NULL);      mu_argp_parse (&argp, &argc, &argv, 0, capa, &opt, NULL);
108      mailbox_name = argv[opt];      mailbox_name = argv[opt];
109    }    }

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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