From: Ken Hornstein Date: Tue, 12 Feb 2013 20:39:18 +0000 (-0500) Subject: Remove "installproc" since it is no longer used. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/4d58edec0cfccf81a345f15133cf3c4f6f1f68a9?hp=685dd439ef0166954c59c3f8a2f6903d0a7cbab9 Remove "installproc" since it is no longer used. --- diff --git a/config/config.c b/config/config.c index 02265c0a..2b999f87 100644 --- a/config/config.c +++ b/config/config.c @@ -201,13 +201,6 @@ char *formatproc = NULL; char *incproc = nmhbindir (/inc); -/* - * When a user runs an nmh program for the first time, this program - * is called to create his nmh profile, and mail directory. - */ - -char *installproc = nmhlibdir (/install-mh); - /* * This is the default program invoked by a "list" response * at the "What now?" prompt. It is also used by the draft diff --git a/h/mh.h b/h/mh.h index 253af9cb..b8e56442 100644 --- a/h/mh.h +++ b/h/mh.h @@ -374,7 +374,6 @@ extern char *formatproc; extern char *forwcomps; extern char *inbox; extern char *incproc; -extern char *installproc; extern char *lproc; extern char *mailproc; extern char *mh_defaults; diff --git a/man/mh-profile.man b/man/mh-profile.man index d7b03841..fe04d280 100644 --- a/man/mh-profile.man +++ b/man/mh-profile.man @@ -410,14 +410,6 @@ to incorporate new mail when it is invoked with no arguments. .RE .PP -.BR installproc : -%libdir%/install\-mh -.RS 5 -This program is called to initialize the environment for -new users of -.BR nmh . -.RE -.PP .BR lproc : more .RS 5 diff --git a/sbr/readconfig.c b/sbr/readconfig.c index b25ea99a..be458239 100644 --- a/sbr/readconfig.c +++ b/sbr/readconfig.c @@ -23,7 +23,6 @@ static struct procstr procs[] = { { "fileproc", &fileproc }, { "formatproc", &formatproc }, { "incproc", &incproc }, - { "installproc", &installproc }, { "lproc", &lproc }, { "mailproc", &mailproc }, { "mhlproc", &mhlproc }, diff --git a/uip/mhparam.c b/uip/mhparam.c index 1fb50a72..c4b0af2e 100644 --- a/uip/mhparam.c +++ b/uip/mhparam.c @@ -46,7 +46,6 @@ static struct proc procs [] = { { "foldprot", &foldprot }, { "formatproc", &formatproc }, { "incproc", &incproc }, - { "installproc", &installproc }, { "lproc", &lproc }, { "mailproc", &mailproc }, { "mhlproc", &mhlproc },