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

Diff of /mailutils/mh/anno.c

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

revision 1.2 by gray, Mon Feb 10 12:00:01 2003 UTC revision 1.3 by gray, Sun Feb 16 11:26:12 2003 UTC
# Line 56  static char *component;   /* header fiel Line 56  static char *component;   /* header fiel
56  static char *anno_text;   /* header field value */  static char *anno_text;   /* header field value */
57    
58  static int  static int
59  opt_handler (int key, char *arg, void *unused)  opt_handler (int key, char *arg, void *unused, struct argp_state *state)
60  {  {
61    switch (key)    switch (key)
62      {      {
# Line 111  main (int argc, char **argv) Line 111  main (int argc, char **argv)
111        
112    mu_init_nls ();    mu_init_nls ();
113    
114    mh_argp_parse (argc, argv, options, mh_option, args_doc, doc,    mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
115                   opt_handler, NULL, &index);                   opt_handler, NULL, &index);
116    
117    mbox = mh_open_folder (current_folder, 0);    mbox = mh_open_folder (current_folder, 0);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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