Removed nmh-from condition from rcvdistcomps.
[mmh] / config / config.c
index a4edc46..63c272c 100644 (file)
@@ -181,12 +181,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
  * comp/repl/forw/dist to refile a draft message.
@@ -194,6 +188,13 @@ char *faceproc = NULL;
 
 char *fileproc = nmhbindir (/refile);
 
+/*
+ * This program is used to optionally format the bodies of messages by
+ * "mhl".
+ */
+
+char *formatproc = NULL;
+
 /* 
  * This program is called to incorporate messages into a folder.
  */
@@ -269,12 +270,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.
  */
@@ -346,7 +341,7 @@ char *AliasFile = nmhetcdir (/MailAliases);
  * Folders (directories) are created with this protection (mode)
  */
 
-char *foldprot = DEFAULT_FOLDER_MODE;
+char *foldprot = "700";
 
 /*
  * Every NEW message will be created with this protection.  When a
@@ -354,5 +349,5 @@ char *foldprot = DEFAULT_FOLDER_MODE;
  * to messages coming in through inc.
  */
 
-char *msgprot = DEFAULT_MESSAGE_MODE;
+char *msgprot = "600";