]> git.marmaro.de Git - mmh/blobdiff - config/config.c
Removed mhn, as it was already replaced by mhlist/mhshow/mhstore.
[mmh] / config / config.c
index cc3bb0093dc79a8b0101ad8473aaebe130a64dd5..f03cd196dba8edaaeaa5f9df431672e733075d1e 100644 (file)
@@ -232,7 +232,7 @@ char *mailproc = nmhbindir (/mhmail);
 
 /*
  * This is used by mhl as a front-end.  It is also used
- * by mhn as the default method of displaying message bodies
+ * by mhshow as the default method of displaying message bodies
  * or message parts of type text/plain.
  */
 
@@ -240,7 +240,7 @@ char *moreproc = "more";
 
 /* 
  * This is the program (mhl) used to filter messages.  It is
- * used by mhn to filter and display the message headers of
+ * used by mhshow to filter and display the message headers of
  * MIME messages.  It is used by repl/forw (with -filter)
  * to filter the message to which you are replying/forwarding.
  * It is used by send/spost (with -filter) to filter the message
@@ -249,13 +249,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.  
  */
@@ -312,13 +305,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).