From: markus schnalke Date: Thu, 22 Mar 2012 11:04:59 +0000 (+0100) Subject: Removed absolute path from mailproc. X-Git-Tag: mmh-thesis-end~251 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=b1be13a498a0b7b7fbed6ea957ddf765a8d0d8f9 Removed absolute path from mailproc. The goal is to have as few path names compiled into the binaries. --- diff --git a/config/config.c b/config/config.c index c02243d..b8a7c80 100644 --- a/config/config.c +++ b/config/config.c @@ -129,7 +129,7 @@ char *listproc = "show -file"; /* ** This is the path for the Bell equivalent mail program. */ -char *mailproc = NMHBINDIR"/mhmail"; +char *mailproc = "mhmail"; /* ** This is used by mhl as a front-end. It is also used diff --git a/man/mh-profile.man5 b/man/mh-profile.man5 index 9ffa117..3f38e10 100644 --- a/man/mh-profile.man5 +++ b/man/mh-profile.man5 @@ -426,7 +426,7 @@ the command line given. .RE .PP .BR mailproc : -%bindir%/mhmail +mhmail .RS 5 This is the program used to automatically mail various messages and notifications. It is used by