From 703b7d98727c1f7e1e76434a04a3125d76d7d168 Mon Sep 17 00:00:00 2001 From: David Levine Date: Tue, 6 Mar 2012 19:57:22 -0600 Subject: [PATCH] Removed all traces of rmfproc. It had been used by bbl but was no longer used. --- config/config.c | 6 ------ h/mh.h | 1 - man/mh-profile.man | 6 ------ sbr/readconfig.c | 1 - uip/mhparam.c | 1 - 5 files changed, 15 deletions(-) diff --git a/config/config.c b/config/config.c index 72896c2..04ce1e6 100644 --- a/config/config.c +++ b/config/config.c @@ -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 --- 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; diff --git a/man/mh-profile.man b/man/mh-profile.man index 9ba9f11..524f2ab 100644 --- a/man/mh-profile.man +++ b/man/mh-profile.man @@ -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 diff --git a/sbr/readconfig.c b/sbr/readconfig.c index 7f30975..5674926 100644 --- a/sbr/readconfig.c +++ b/sbr/readconfig.c @@ -32,7 +32,6 @@ static struct procstr procs[] = { { "mshproc", &mshproc }, { "packproc", &packproc }, { "postproc", &postproc }, - { "rmfproc", &rmfproc }, { "rmmproc", &rmmproc }, { "sendproc", &sendproc }, { "showmimeproc", &showmimeproc }, diff --git a/uip/mhparam.c b/uip/mhparam.c index 1b35518..4dcdc38 100644 --- a/uip/mhparam.c +++ b/uip/mhparam.c @@ -57,7 +57,6 @@ static struct proc procs [] = { { "mshproc", &mshproc }, { "packproc", &packproc }, { "postproc", &postproc }, - { "rmfproc", &rmfproc }, { "rmmproc", &rmmproc }, { "sendproc", &sendproc }, { "showmimeproc", &showmimeproc }, -- 1.7.10.4