mh_profile-prev
[mmh] / man / mhl.man
1 .\"
2 .\" %nmhwarning%
3 .\" $Id$
4 .\"
5 .TH MHL %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
6 .SH NAME
7 mhl \- produce formatted listings of nmh messages
8 .SH SYNOPSIS
9 .HP 5
10 .B %libdir%/mhl
11 .RB [ \-bell " | " \-nobell ]
12 .RB [ \-clear " | " \-noclear ]
13 .RB [ \-folder
14 .IR +folder ]
15 .RB [ \-form
16 .IR formfile ]
17 .RB [ \-length
18 .IR lines ]
19 .RB [ \-width
20 .IR columns ]
21 .RB [ \-moreproc
22 .IR program ]
23 .RB [ \-nomoreproc ]
24 .RI [ files
25 .IR \&... ]
26 .RB [ \-version ]
27 .RB [ \-help ]
28 .SH DESCRIPTION
29 .B Mhl
30 is an
31 .B nmh
32 command for filtering and/or displaying text
33 messages.  It is the default method of displaying text messages for
34 .B nmh
35 (it is the default
36 .IR showproc ).
37 .PP
38 As with
39 .BR more ,
40 each of the messages specified as arguments (or
41 the standard input) will be output.  If more than one message file is
42 specified, the user will be prompted prior to each one, and a <RETURN>
43 or <EOT> will begin the output, with <RETURN> clearing the screen (if
44 appropriate), and <EOT> (usually CTRL\-D) suppressing the screen clear.
45 An <INTERRUPT> (usually CTRL\-C) will abort the current message output,
46 prompting for the next message (if there is one), and a <QUIT> (usually
47 CTRL-\\) will terminate the program (without core dump).
48 .PP
49 The
50 .B \-bell
51 option tells
52 .B mhl
53 to ring the terminal's bell at the
54 end of each page, while the
55 .B \-clear
56 option tells
57 .B mhl
58 to clear the
59 screen at the end of each page (or output a formfeed after each message).
60 Both of these switches (and their inverse counterparts) take effect only
61 if the profile entry
62 .I moreproc
63 is defined but empty, and
64 .B mhl
65 is outputting to a terminal.  If the
66 .I moreproc
67 entry is defined and
68 non-empty, and
69 .B mhl
70 is outputting to a terminal, then
71 .B mhl
72 will
73 cause the
74 .I moreproc
75 to be placed between the terminal and
76 .B mhl
77 and the switches are ignored.  Furthermore, if the
78 .B \-clear
79 switch is
80 used and \fImhl's\fR output is directed to a terminal, then
81 .B mhl
82 will consult the
83 .B $TERM
84 and
85 .B $TERMCAP
86 environment variables
87 to determine the user's terminal type in order to find out how to clear
88 the screen.  If the
89 .B \-clear
90 switch is used and
91 .BR mhl 's
92 output is
93 not directed to a terminal (e.g., a pipe or a file), then
94 .B mhl
95 will
96 send a formfeed after each message.
97 .PP
98 To override the default
99 .I moreproc
100 and the profile entry, use the
101 .B \-moreproc
102 .I program
103 switch.  Note that
104 .B mhl
105 will never start a
106 .I moreproc
107 if invoked on a hardcopy terminal.
108 .PP
109 The
110 .B \-length
111 .I length
112 and
113 .B \-width
114 .I width
115 switches set the screen
116 length and width, respectively.  These default to the values indicated by
117 .BR $TERMCAP ,
118 if appropriate, otherwise they default to 40 and 80, respectively.
119 .PP
120 The default format file used by
121 .B mhl
122 is called
123 .RI \*(lq mhl.format \*(rq.
124 .B mhl
125 will first search for this file in the user's
126 .B nmh
127 directory, and will then search in the directory
128 .IR %etcdir% .
129 This default
130 can be changed by using the
131 .B \-form
132 .I formatfile
133 switch.
134 .PP
135 Finally, the
136 .B \-folder
137 .I +folder
138 switch sets the
139 .B nmh
140 folder name,
141 which is used for the \*(lqmessagename:\*(rq field described below.  The
142 environment variable
143 .B $mhfolder
144 is consulted for the default value,
145 which
146 .BR show ,
147 .BR next ,
148 and
149 .B prev
150 initialize appropriately.
151 .PP
152 .B Mhl
153 operates in two phases: 1) read and parse the format file, and
154 2) process each message (file).  During phase 1, an internal description
155 of the format is produced as a structured list.  In phase 2, this list
156 is walked for each message, outputting message information under the
157 format constraints from the format file.
158 .PP
159 The format file can contain information controlling screen clearing,
160 screen size, wrap\-around control, transparent text, component ordering,
161 and component formatting.  Also, a list of components to ignore may be
162 specified, and a couple of \*(lqspecial\*(rq components are defined
163 to provide added functionality.  Message output will be in the order
164 specified by the order in the format file.
165 .PP
166 Each line of a format file has one of the following forms:
167 .PP
168 .RS 5
169 .nf
170 ;comment
171 :cleartext
172 variable[,variable...]
173 component:[variable,...]
174 .fi
175 .RE
176 .PP
177 .IP \(bu 4
178 A line beginning with a `;' is a comment, and is ignored.
179 .IP \(bu 4
180 A line beginning with a `:' is clear text, and is output exactly as is.
181 .IP \(bu 4
182 A line containing only a `:' produces a blank line in the output.
183 .IP \(bu 4
184 A line beginning with \*(lqcomponent:\*(rq defines the format for the specified
185 component,
186 .IP \(bu 4
187 Remaining lines define the global environment.
188 .PP
189 For example, the line:
190 .PP
191 .RS 5
192 width=80,length=40,clearscreen,overflowtext="***",overflowoffset=5
193 .RE
194 .PP
195 defines the screen size to be 80 columns by 40 rows, specifies that the
196 screen should be cleared prior to each page, that the overflow indentation
197 is 5, and that overflow text should be flagged with \*(lq***\*(rq.
198 .PP
199 Following are all of the current variables and their arguments.  If they
200 follow a component, they apply only to that component, otherwise, their
201 affect is global.  Since the whole format is parsed before any output
202 processing, the last global switch setting for a variable applies to
203 the whole message if that variable is used in a global context (i.e.,
204 bell, clearscreen, width, length).
205 .PP
206 .RS 5
207 .nf
208 .ta \w'noclearscreen  'u +\w'integer/G  'u
209 .I variable     type    semantics
210 width   integer screen width or component width
211 length  integer screen length or component length
212 offset  integer positions to indent \*(lqcomponent: \*(rq
213 overflowtext    string  text to use at the beginning of an
214                 overflow line
215 overflowoffset  integer positions to indent overflow lines
216 compwidth       integer positions to indent component text
217                 after the first line is output
218 uppercase       flag    output text of this component in all
219                 upper case
220 nouppercase     flag    don't uppercase
221 clearscreen     flag/G  clear the screen prior to each page
222 noclearscreen   flag/G  don't clearscreen
223 bell    flag/G  ring the bell at the end of each page
224 nobell  flag/G  don't bell
225 component       string/L        name to use instead of \*(lqcomponent\*(rq for
226                 this component
227 nocomponent     flag    don't output \*(lqcomponent: \*(rq for this
228                 component
229 center  flag    center component on line (works for
230                 one\-line components only)
231 nocenter        flag    don't center
232 leftadjust      flag    strip off leading whitespace on each
233                 line of text
234 noleftadjust    flag    don't leftadjust
235 compress        flag    change newlines in text to spaces
236 nocompress      flag    don't compress
237 split   flag    don't combine multiple fields into
238                 a single field
239 nosplit flag    combine multiple fields into
240                 a single field
241 newline flag    print newline at end of components
242                 (this is the default)
243 nonewline       flag    don't print newline at end of components
244 formatfield     string  format string for this component
245                 (see below)
246 decode  flag    decode text as RFC-2047 encoded
247                 header field
248 addrfield       flag    field contains addresses
249 datefield       flag    field contains dates
250 .fi
251 .RE
252 .PP
253 To specify the value of integer\-valued and string\-valued variables,
254 follow their name with an equals\-sign and the value.  Integer\-valued
255 variables are given decimal values, while string\-valued variables
256 are given arbitrary text bracketed by double\-quotes.  If a value is
257 suffixed by \*(lq/G\*(rq or \*(lq/L\*(rq, then its value is useful in
258 a global\-only or local\-only context (respectively).
259 .PP
260 A line of the form:
261 .PP
262 .RS 5
263 ignores=component,...
264 .RE
265 .PP
266 specifies a list of components which are never output.
267 .PP
268 The component \*(lqMessageName\*(rq (case\-insensitive) will output the
269 actual message name (file name) preceded by the folder name if one is
270 specified or found in the environment.  The format is identical to that
271 produced by the
272 .B \-header
273 option to
274 .BR show .
275 .PP
276 The component \*(lqExtras\*(rq will output all of the components of the
277 message which were not matched by explicit components, or included in
278 the ignore list.  If this component is not specified, an ignore list is
279 not needed since all non\-specified components will be ignored.
280 .PP
281 If \*(lqnocomponent\*(rq is NOT specified, then the component name will
282 be output as it appears in the format file.
283 .PP
284 The default format file is:
285 .PP
286 .RS 5
287 .nf
288 %mhl_format%
289 .fi
290 .RE
291 .PP
292 The variable \*(lqformatfield\*(rq specifies a format string (see
293 .BR mh\-format (5)).
294 The flag variables \*(lqaddrfield\*(rq and
295 \*(lqdatefield\*(rq (which are mutually exclusive), tell
296 .B mhl
297 to interpret the escapes in the format string as either addresses or
298 dates, respectively.
299 .PP
300 By default,
301 .B mhl
302 does not apply any formatting string to fields
303 containing address or dates (see
304 .BR mh\-mail (5)
305 for a list of these
306 fields).  Note that this results in faster operation since
307 .B mhl
308 must parse both addresses and dates in order to apply a format string
309 to them.  If desired,
310 .B mhl
311 can be given a default format string for
312 either address or date fields (but not both).  To do this, on a global
313 line specify: either the flag addrfield or datefield, along with the
314 appropriate formatfield variable string.
315
316 .SH FILES
317 .fc ^ ~
318 .nf
319 .ta \w'/usr/local/nmh/etc/ExtraBigFileName  'u
320 ^%etcdir%/mhl.format~^The message template
321 ^or <mh\-dir>/mhl.format~^Rather than the standard template
322 ^$HOME/\&.mh\(ruprofile~^The user profile
323 .fi
324
325 .SH "PROFILE COMPONENTS"
326 .fc ^ ~
327 .nf
328 .ta 2.4i
329 .ta \w'ExtraBigProfileName  'u
330 ^moreproc:~^Program to use as interactive front\-end
331 .fi
332
333 .SH "SEE ALSO"
334 show(1), ap(8), dp(8)
335
336 .SH DEFAULTS
337 .nf
338 .RB ` \-bell '
339 .RB ` \-noclear '
340 .RB ` \-length 40 '
341 .RB ` \-width 80 '
342 .fi
343
344 .SH CONTEXT
345 None
346
347 .SH BUGS
348 There should be some way to pass `bell' and `clear' information to the 
349 front\-end.
350 .PP
351 The \*(lqnonewline\*(rq option interacts badly with \*(lqcompress\*(rq
352 and \*(lqsplit\*(rq.