]> diplodocus.org Git - nmh/blobdiff - config/config.c
Fix a segfault that happens when using the -file option.
[nmh] / config / config.c
index 82d20b18a88d63632980070a1eeadee0c9ea2827..72896c2729bf643ecf51df8a3dd0335c8a70c7e4 100644 (file)
@@ -194,6 +194,13 @@ char *faceproc = NULL;
 
 char *fileproc = nmhbindir (/refile);
 
 
 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.
  */
 /* 
  * This program is called to incorporate messages into a folder.
  */