From: markus schnalke Date: Thu, 9 Feb 2012 14:29:53 +0000 (+0100) Subject: Moved mhl(1) from libdir to bindir. X-Git-Tag: mmh-thesis-end~342 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=451a4d8564d347d126725760c2e20d924ec29dc0 Moved mhl(1) from libdir to bindir. The user should be able to use this tool normally, without inconveniences. --- diff --git a/config/config.c b/config/config.c index 3cc7305..8d5bd7c 100644 --- a/config/config.c +++ b/config/config.c @@ -198,17 +198,17 @@ char *showmimeproc = NMHBINDIR"/mhshow"; ** changed to a pager (such as "more" or "less") if you prefer ** that such message not be filtered in any way. */ -char *showproc = NMHLIBDIR"/mhl"; +char *showproc = NMHBINDIR"/mhl"; /* ** This is the program (mhl) used to filter messages. It is ** used by mhshow to filter and display the message headers of -** MIME messages. It is used by repl/forw (with -filter) -** to filter the message to which you are replying/forwarding. +** MIME messages. It is used by repl (with -filter) +** to filter the message to which you are replying. ** It is used by send/spost (with -filter) to filter the message ** for "Bcc:" recipients. */ -char *mhlproc = NMHLIBDIR"/mhl"; +char *mhlproc = NMHBINDIR"/mhl"; /* ** This program is called after comp, et. al., have built a draft diff --git a/man/mh-chart.man1 b/man/mh-chart.man1 index 305e99e..7412f55 100644 --- a/man/mh-chart.man1 +++ b/man/mh-chart.man1 @@ -261,7 +261,7 @@ is equivalent to .RB [ \-help ] .HP 5 -.B %libdir%/mhl +.B mhl .RB [ \-bell " | " \-nobell ] .RB [ \-clear " | " \-noclear ] .RB [ \-folder diff --git a/man/mhl.man1 b/man/mhl.man1 index ddde339..d687eef 100644 --- a/man/mhl.man1 +++ b/man/mhl.man1 @@ -7,7 +7,7 @@ mhl \- produce formatted listings of nmh messages .SH SYNOPSIS .HP 5 .na -.B %libdir%/mhl +.B mhl .RB [ \-bell " | " \-nobell ] .RB [ \-clear " | " \-noclear ] .RB [ \-folder diff --git a/man/mhparam.man1 b/man/mhparam.man1 index 11cac87..af9f630 100644 --- a/man/mhparam.man1 +++ b/man/mhparam.man1 @@ -56,7 +56,7 @@ Examples: Mail % mhparam mhlproc -%libdir%/mhl +mhl % mhparam \-component path Path: Mail diff --git a/uip/Makefile.in b/uip/Makefile.in index e69b019..4a75a2a 100644 --- a/uip/Makefile.in +++ b/uip/Makefile.in @@ -49,7 +49,7 @@ SETGID_MAIL = @SETGID_MAIL@ $(COMPILE) $< # commands to build -CMDS = ali anno burst comp dist flist folder forw mmh mark mhbuild \ +CMDS = ali anno burst comp dist flist folder forw mmh mark mhbuild mhl \ mhlist mhmail mhparam mhpath mhshow mhstore msgchk \ new packf pick prompter refile repl rmf rmm scan send sendfiles show \ sortm whatnow @@ -58,7 +58,7 @@ CMDS = ali anno burst comp dist flist folder forw mmh mark mhbuild \ LCMDS = flists folders next prev # misc support binaries -MISC = ap conflict dp fmtdump mhl rcvdist rcvpack \ +MISC = ap conflict dp fmtdump rcvdist rcvpack \ rcvstore rcvtty slocal spost mhtest # commands with 'S'pecial installation needs