]> diplodocus.org Git - nmh/commitdiff
Remove "installproc" since it is no longer used.
authorKen Hornstein <kenh@pobox.com>
Tue, 12 Feb 2013 20:39:18 +0000 (15:39 -0500)
committerKen Hornstein <kenh@pobox.com>
Tue, 12 Feb 2013 20:39:18 +0000 (15:39 -0500)
config/config.c
h/mh.h
man/mh-profile.man
sbr/readconfig.c
uip/mhparam.c

index 02265c0a6befb8457041cec19a3f4f7d93162cef..2b999f87ceb9559ff8adf69c3b4ad37cf69f9a06 100644 (file)
@@ -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 253af9cbaa08372826036ef26f14c7bb1f18fdb4..b8e5644257b5fd9da5ca561b1593980e7e1a89d6 100644 (file)
--- 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;
index d7b03841874a605ed6646793ec44ed2c54070769..fe04d2809302685b23163b73bcbe143942f487a3 100644 (file)
@@ -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
index b25ea99aa2f6f4c93e40c9c1ffbac1b5a22376ba..be45823988e9ddbd89f859297704640f91b99cdb 100644 (file)
@@ -23,7 +23,6 @@ static struct procstr procs[] = {
     { "fileproc",      &fileproc },
     { "formatproc",    &formatproc },
     { "incproc",       &incproc },
-    { "installproc",   &installproc },
     { "lproc",         &lproc },
     { "mailproc",      &mailproc },
     { "mhlproc",       &mhlproc },
index 1fb50a724d41d9e57592fa68db7dccc0c7e67e35..c4b0af2efbb2091d4c945515f8421b48e01e1807 100644 (file)
@@ -46,7 +46,6 @@ static struct proc procs [] = {
      { "foldprot",      &foldprot },
      { "formatproc",   &formatproc },
      { "incproc",       &incproc },
-     { "installproc",   &installproc  },
      { "lproc",         &lproc },
      { "mailproc",      &mailproc },
      { "mhlproc",       &mhlproc },