Removed msh, vmh and wmh.
[mmh] / config / config.c
index 82e72ae..671292e 100644 (file)
@@ -250,13 +250,6 @@ char *moreproc = "more";
 char *mhlproc = nmhlibdir (/mhl);
 
 /* 
- * This is the super handy BBoard reading program, which is
- * really just the nmh shell program.
- */
-
-char *mshproc = nmhbindir (/msh);
-
-/* 
  * This program is called to pack a folder.  
  */
 
@@ -313,13 +306,6 @@ char *showmimeproc = nmhbindir (/mhshow);
 char *showproc = nmhlibdir (/mhl);
 
 /* 
- * This program is called by vmh as the back-end to the window management
- * protocol
- */
-
-char *vmhproc = nmhbindir (/msh);
-
-/* 
  * This program is called after comp, et. al., have built a draft
  */
 
@@ -352,6 +338,12 @@ char *backup_prefix = ",";
 
 char *defaulteditor = "vi";
 
+/*
+ * Name of link to file to which you are replying or which you are
+ * redistributing. See `$mhaltmsg' in the mh-profile(5) man page.
+ */
+char *altmsglink = "@";
+
 /* 
  * This is the global nmh alias file.  It is somewhat obsolete, since
  * global aliases should be handled by the Mail Transport Agent (MTA).
@@ -367,7 +359,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
@@ -375,5 +367,5 @@ char *foldprot = DEFAULT_FOLDER_MODE;
  * to messages coming in through inc.
  */
 
-char *msgprot = DEFAULT_MESSAGE_MODE;
+char *msgprot = "600";