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

Diff of /mailutils/mh/mh_whatnow.c

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

revision 1.8 by gray, Mon Feb 10 01:04:55 2003 UTC revision 1.9 by gray, Fri Feb 21 12:59:18 2003 UTC
# Line 330  static int Line 330  static int
330  push (struct mh_whatnow_env *wh, int argc, char **argv, int *status)  push (struct mh_whatnow_env *wh, int argc, char **argv, int *status)
331  {  {
332    int rc;    int rc;
333    invoke ("sendproc", "send", argc, argv, "-push", wh->file, &rc);    invoke ("sendproc", MHBINDIR "/send", argc, argv, "-push", wh->file, &rc);
334    return 0;    return 0;
335  }  }
336    
# Line 359  static int Line 359  static int
359  refile (struct mh_whatnow_env *wh, int argc, char **argv, int *status)  refile (struct mh_whatnow_env *wh, int argc, char **argv, int *status)
360  {  {
361    int rc;    int rc;
362    invoke ("fileproc", "refile", argc, argv, "-file", wh->file, &rc);    invoke ("fileproc", MHBINDIR "/refile", argc, argv, "-file", wh->file, &rc);
363    return 0;    return 0;
364  }  }
365    
# Line 368  static int Line 368  static int
368  send (struct mh_whatnow_env *wh, int argc, char **argv, int *status)  send (struct mh_whatnow_env *wh, int argc, char **argv, int *status)
369  {  {
370    int rc;    int rc;
371    invoke ("sendproc", "send", argc, argv, wh->file, NULL, &rc);    invoke ("sendproc", MHBINDIR "/send", argc, argv, wh->file, NULL, &rc);
372    return 0;    return 0;
373  }  }
374    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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