Remove not used code (JLR define)
[mmh] / man / mmhwrap.man1
1 .\"
2 .\" %nmhwarning%
3 .\"
4 .TH MMHWRAP %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
5 .SH NAME
6 mmhwrap \- invoke mmh commands if they are not in $PATH
7 .SH SYNOPSIS
8 .HP 5
9 .na
10 .B mmhwrap
11 .I command
12 .RI [ options ...]
13 .ad
14 .SH DESCRIPTION
15 .PP
16 Use
17 .B mmhwrap
18 if you want to invoke mmh programs without adding the mmh bindir
19 into $PATH, or if you want to install
20 .B nmh
21 and
22 .B mmh
23 both.
24 As their tools are equally named (but incompatibe) you can only
25 have one of both tool chests accessible through $PATH.
26 Use the wrapper to access
27 .B mmh
28 tools, if you have the
29 .B nmh
30 tools in your $PATH (first).
31 .PP
32 Copy
33 .B mmhwrap
34 into a directory that's part of $PATH, likely $HOME/bin or /usr/local/bin.
35 You likely want to rename
36 .B mmhwrap
37 to something shorter, like `m' for instance:
38 .PP
39 .RS 5
40 .nf
41 cp %libdir%/mmhwrap $HOME/bin/m
42 chmod +x $HOME/bin/m
43 .fi
44 .RE
45 .PP
46 Then use it this way:
47 .PP
48 .RS 5
49 .nf
50 % m folder
51 inbox+ has 162 messages  (1\-177); cur=131; (others).
52
53 % m scan \-help
54 Usage: scan [+folder] [msgs] [switches]
55   switches are:
56   \-form formatfile
57   \-width columns
58   \-(file) file
59   \-Version
60   \-help
61
62 % m scan f
63    1  2012\-02\-13  To: meillo         laber blubb
64
65 % m refile l +foo
66 .fi
67 .RE
68
69 .SH FILES
70 None
71
72 .SH "PROFILE COMPONENTS"
73 None
74
75 .SH CONTEXT
76 None
77
78 .SH "SEE ALSO"
79 mmh\-intro(7)