]> git.marmaro.de Git - mmh/commitdiff
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 72896c2729bf643ecf51df8a3dd0335c8a70c7e4..04ce1e60598d8dc80b647e2f94dbc52e907840ea 100644 (file)
@@ -275,12 +275,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 1f563b952652a3f51648543107fca9155fab815b..adb330363f5031acfbf0921720ebac710c55937a 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 9ba9f115e4848d843338d7ee7f2e29f5339dff8d..524f2ab79add61edb8fcf7b224d1c1ba110b1523 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 7f30975d7872a977d0b748414e14cd5df1caa069..56749266ff2605ac897912440765a37898d8a681 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 1b35518b6939c83c45bf724508c18164abf5827a..4dcdc387c20d559b5dd24f74512e368cc5ebcb11 100644 (file)
@@ -57,7 +57,6 @@ static struct proc procs [] = {
      { "mshproc",       &mshproc },
      { "packproc",      &packproc },
      { "postproc",      &postproc },
-     { "rmfproc",       &rmfproc },
      { "rmmproc",       &rmmproc },
      { "sendproc",      &sendproc },
      { "showmimeproc",  &showmimeproc },