From: markus schnalke Date: Sat, 11 Feb 2012 21:02:27 +0000 (+0100) Subject: Removed unused catproc. X-Git-Tag: mmh-thesis-end~306 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=a1cae878ec58748fd8d602178fe279bf6116931d;ds=sidebyside Removed unused catproc. --- diff --git a/config/config.c b/config/config.c index 2ccf379..62852df 100644 --- a/config/config.c +++ b/config/config.c @@ -119,11 +119,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 ** comp/repl/forw/dist to refile a draft message. diff --git a/h/mh.h b/h/mh.h index 52dc504..2775db8 100644 --- 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;