]> diplodocus.org Git - nmh/blobdiff - config/config.c
Typo.
[nmh] / config / config.c
index 04ce1e60598d8dc80b647e2f94dbc52e907840ea..72da2cd97c6ab1f9e222d84b7e97761545d8ae80 100644 (file)
@@ -180,12 +180,6 @@ char *buildmimeproc = nmhbindir (/mhbuild);
  */
 char *catproc = "/bin/cat";
 
  */
 char *catproc = "/bin/cat";
 
-/*
- * mhl runs this program as a visual-end.
- */
-
-char *faceproc = NULL;
-
 /*
  * This program is usually called directly by users, but it is
  * also invoked by the post program to process an "Fcc", or by
 /*
  * This program is usually called directly by users, but it is
  * also invoked by the post program to process an "Fcc", or by
@@ -221,7 +215,7 @@ char *installproc = nmhlibdir (/install-mh);
  * draft message.
  */
 
  * draft message.
  */
 
-char *lproc = DEFAULT_PAGER;
+char *lproc = NULL;
 
 /*
  * This is the path for the Bell equivalent mail program.
 
 /*
  * This is the path for the Bell equivalent mail program.
@@ -235,7 +229,7 @@ char *mailproc = nmhbindir (/mhmail);
  * or message parts of type text/plain.
  */
 
  * or message parts of type text/plain.
  */
 
-char *moreproc = DEFAULT_PAGER;
+char *moreproc = NULL;
 
 /* 
  * This is the program (mhl) used to filter messages.  It is
 
 /* 
  * This is the program (mhl) used to filter messages.  It is