]> git.marmaro.de Git - mmh/blobdiff - config/config.c
Fixed patch section of prep().
[mmh] / config / config.c
index 82d20b18a88d63632980070a1eeadee0c9ea2827..04ce1e60598d8dc80b647e2f94dbc52e907840ea 100644 (file)
@@ -194,6 +194,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.
  */
@@ -268,12 +275,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.