This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The nmh Mail Handling System".
The branch, master has been updated via 703b7d98727c1f7e1e76434a04a3125d76d7d168 (commit) from ee7edecc034e48b6c98a73f12ec6183a1deb9a40 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.savannah.gnu.org/cgit/nmh.git/commit/?id=703b7d98727c1f7e1e76434a04a3125d76d7d168 commit 703b7d98727c1f7e1e76434a04a3125d76d7d168 Author: David Levine <levin...@acm.org> Date: Tue Mar 6 19:57:22 2012 -0600 Removed all traces of rmfproc. It had been used by bbl but was no longer used. 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 }, ----------------------------------------------------------------------- Summary of changes: config/config.c | 6 ------ h/mh.h | 1 - man/mh-profile.man | 6 ------ sbr/readconfig.c | 1 - uip/mhparam.c | 1 - 5 files changed, 0 insertions(+), 15 deletions(-) hooks/post-receive -- The nmh Mail Handling System _______________________________________________ Nmh-commits mailing list Nmh-commits@nongnu.org https://lists.nongnu.org/mailman/listinfo/nmh-commits