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

Diff of /mailutils/mh/rmm.c

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

revision 1.4 by gray, Mon Sep 23 07:56:24 2002 UTC revision 1.5 by gray, Fri Sep 27 13:27:24 2002 UTC
# Line 21  Line 21 
21    
22  const char *argp_program_version = "rmm (" PACKAGE_STRING ")";  const char *argp_program_version = "rmm (" PACKAGE_STRING ")";
23  static char doc[] = "GNU MH rmm";  static char doc[] = "GNU MH rmm";
24  static char args_doc[] = "[+folder][messages]";  static char args_doc[] = "[+folder] [msgs]";
25    
26  /* GNU options */  /* GNU options */
27  static struct argp_option options[] = {  static struct argp_option options[] = {
# Line 73  main (int argc, char **argv) Line 73  main (int argc, char **argv)
73    
74    mbox = mh_open_folder (current_folder, 0);    mbox = mh_open_folder (current_folder, 0);
75    
76    mh_msgset_parse (mbox, &msgset, argc - index, argv + index);    mh_msgset_parse (mbox, &msgset, argc - index, argv + index, "cur");
77    
78    status = mh_iterate (mbox, &msgset, rmm, NULL);    status = mh_iterate (mbox, &msgset, rmm, NULL);
79    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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