]> git.marmaro.de Git - mmh/commitdiff
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 3cc7305ea4f28614e16b969f7ba93a611373b55e..8d5bd7cd2d88de1334f841f1d6be4691a1d65d4b 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 305e99ef4bb33924bceb86ffeb2db6e11d6d7ebf..7412f55705ed60b9b08dab31f91a8f9ae0b1e6c8 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 ddde339236493ec5353bced85d94b97febf26bc4..d687eef1d5a283d07aa90b25f35f4e48bae229dc 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 11cac8702ddcee38da9bcc52edfb583dc379235a..af9f63076535219ed90de7e5734383443fca407e 100644 (file)
@@ -56,7 +56,7 @@ Examples:
 Mail
 
 % mhparam mhlproc
-%libdir%/mhl
+mhl
 
 % mhparam \-component path
 Path: Mail
index e69b01965a068855c7bd15c190a513b50d4f765d..4a75a2a473eb2f2a7ce6f4de6448cf978f4b1e6b 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