]> diplodocus.org Git - nmh/blobdiff - config/config.c
Removed debugging statement and added comments to the duplicate check
[nmh] / config / config.c
index 72896c2729bf643ecf51df8a3dd0335c8a70c7e4..63c272cf5479a05864cb6675bd4a593ba584d22b 100644 (file)
@@ -180,12 +180,6 @@ char *buildmimeproc = nmhbindir (/mhbuild);
  */
 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
@@ -275,12 +269,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.