]> git.marmaro.de Git - mmh/commitdiff
Removed unused catproc.
authormarkus schnalke <meillo@marmaro.de>
Sat, 11 Feb 2012 21:02:27 +0000 (22:02 +0100)
committermarkus schnalke <meillo@marmaro.de>
Sat, 11 Feb 2012 21:02:27 +0000 (22:02 +0100)
config/config.c
h/mh.h

index 2ccf37901c53ce40910ca52ebc0b6845ab67e7ec..62852dfad79f3ecd68a6200a777de84c7e92e16b 100644 (file)
@@ -118,11 +118,6 @@ char *mimetypequeryproc = "file -b --mime";
 */
 char *buildmimeproc = NMHBINDIR"/mhbuild";
 
-/*
-** This is the program to `cat' a file.
-*/
-char *catproc = "/bin/cat";
-
 /*
 ** This program is usually called directly by users, but it is
 ** also invoked by the spost program to process an "Fcc", or by
diff --git a/h/mh.h b/h/mh.h
index 52dc50496f1f74813922fbec7f7acc7705d199b1..2775db8ee20fe59933b941b942b8e14c1824faf3 100644 (file)
--- a/h/mh.h
+++ b/h/mh.h
@@ -289,7 +289,6 @@ extern char *attach_hdr;
 extern char *buildmimeproc;
 extern char *backup_prefix;
 extern char *altmsglink;
-extern char *catproc;
 extern char *components;
 extern char *context;
 extern char *curfolder;