Moved mhl(1) from libdir to bindir.
authormarkus schnalke <meillo@marmaro.de>
Thu, 9 Feb 2012 14:29:53 +0000 (15:29 +0100)
committermarkus schnalke <meillo@marmaro.de>
Thu, 9 Feb 2012 14:29:53 +0000 (15:29 +0100)
The user should be able to use this tool normally, without inconveniences.

config/config.c
man/mh-chart.man1
man/mhl.man1
man/mhparam.man1
uip/Makefile.in

index 3cc7305..8d5bd7c 100644 (file)
@@ -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
index 305e99e..7412f55 100644 (file)
@@ -261,7 +261,7 @@ is equivalent to
 .RB [ \-help ]
 
 .HP 5
-.B %libdir%/mhl
+.B mhl
 .RB [ \-bell " | " \-nobell ]
 .RB [ \-clear " | " \-noclear ]
 .RB [ \-folder
index ddde339..d687eef 100644 (file)
@@ -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
index 11cac87..af9f630 100644 (file)
@@ -56,7 +56,7 @@ Examples:
 Mail
 
 % mhparam mhlproc
-%libdir%/mhl
+mhl
 
 % mhparam \-component path
 Path: Mail
index e69b019..4a75a2a 100644 (file)
@@ -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