Removed all traces of rmfproc. It had been used by bbl but was
authorDavid Levine <levinedl@acm.org>
Wed, 7 Mar 2012 01:57:22 +0000 (19:57 -0600)
committerDavid Levine <levinedl@acm.org>
Wed, 7 Mar 2012 01:57:22 +0000 (19:57 -0600)
no longer used.

config/config.c
h/mh.h
man/mh-profile.man
sbr/readconfig.c
uip/mhparam.c

index 72896c2..04ce1e6 100644 (file)
@@ -276,12 +276,6 @@ char *postproc = nmhlibdir (/post);
 char *rcvstoreproc = nmhlibdir (/rcvstore);
 
 /* 
- * This program is called to remove a folder.  
- */
-
-char *rmfproc = nmhbindir (/rmf);
-
-/* 
  * This program is called to remove a message by rmm or refile -nolink.
  * It's usually empty, which means to rename the file to a backup name.
  */
diff --git a/h/mh.h b/h/mh.h
index 1f563b9..adb3303 100644 (file)
--- a/h/mh.h
+++ b/h/mh.h
@@ -345,7 +345,6 @@ extern char *rcvdistcomps;
 extern char *rcvstoreproc;
 extern char *replcomps;
 extern char *replgroupcomps;
-extern char *rmfproc;
 extern char *rmmproc;
 extern char *sendproc;
 extern char *showmimeproc;
index 9ba9f11..524f2ab 100644 (file)
@@ -516,12 +516,6 @@ and
 to delete a message from a folder.
 .RE
 .PP
-.BR rmfproc :
-%bindir%/rmf
-.RS 5
-Currently not used.
-.RE
-.PP
 .BR sendproc :
 %bindir%/send
 .RS 5
index 7f30975..5674926 100644 (file)
@@ -32,7 +32,6 @@ static struct procstr procs[] = {
     { "mshproc",       &mshproc },
     { "packproc",      &packproc },
     { "postproc",      &postproc },
-    { "rmfproc",       &rmfproc },
     { "rmmproc",       &rmmproc },
     { "sendproc",      &sendproc },
     { "showmimeproc",  &showmimeproc },
index 1b35518..4dcdc38 100644 (file)
@@ -57,7 +57,6 @@ static struct proc procs [] = {
      { "mshproc",       &mshproc },
      { "packproc",      &packproc },
      { "postproc",      &postproc },
-     { "rmfproc",       &rmfproc },
      { "rmmproc",       &rmmproc },
      { "sendproc",      &sendproc },
      { "showmimeproc",  &showmimeproc },