From b1be13a498a0b7b7fbed6ea957ddf765a8d0d8f9 Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Thu, 22 Mar 2012 12:04:59 +0100 Subject: [PATCH 1/1] Removed absolute path from mailproc. The goal is to have as few path names compiled into the binaries. --- config/config.c | 2 +- man/mh-profile.man5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4