1 .TH MHL %manext1% 2014-09-15 "%nmhversion%"
6 mhl \- produce formatted listings of nmh messages
10 .B %nmhlibexecdir%/mhl
13 .RB [ \-bell " | " \-nobell ]
14 .RB [ \-clear " | " \-noclear ]
36 command for filtering and/or displaying text messages.
37 It is the default method of displaying text messages for
44 each of the messages specified as arguments (or the standard input) will be
45 output. If more than one message file is specified, the user will be
46 prompted prior to each one, and a <RETURN> or <EOT> will begin the output,
47 with <RETURN> clearing the screen (if appropriate), and <EOT> (usually
48 CTRL-D) suppressing the screen clear. An <INTERRUPT> (usually CTRL-C) will
49 abort the current message output, prompting for the next message (if there
50 is one), and a <QUIT> (usually CTRL-\) will terminate the program (without
57 to ring the terminal's bell at the end of each page, while the
61 to clear the screen at the end of each page (or output a formfeed after
62 each message). Both of these switches (and their inverse counterparts)
63 take effect only if the profile entry
65 is defined but empty, and
67 is outputting to a terminal. If the
69 entry is defined and non-empty, and
71 is outputting to a terminal, then
75 to be placed between the terminal and
77 and the switches are ignored. Furthermore, if the
82 output is directed to a terminal, then
84 will consult the TERM and TERMCAP environment variables to determine
85 the user's terminal type in order to find out how to clear the screen.
90 output is not directed to a terminal (e.g., a pipe or a file), then
92 will send a formfeed after each message.
94 To override the default
96 and the profile entry, use the
103 if invoked on a hardcopy terminal.
111 switches set the screen length and width, respectively.
112 These default to the values indicated by TERMCAP, if appropriate, otherwise
113 they default to 40 and 80, respectively.
115 The default format file used by
118 .RI \*(lq mhl.format \*(rq.
120 will first search for this file in the user's
122 directory, and will then search in the directory
124 This default can be changed by using the
134 folder name, which is used for the \*(lqmessagename:\*(rq field described below.
135 The environment variable
137 is consulted for the default value, which
142 initialize appropriately.
145 operates in two phases: 1) read and parse the format file, and
146 2) process each message (file). During phase 1, an internal description
147 of the format is produced as a structured list. In phase 2, this list
148 is walked for each message, outputting message information under the
149 format constraints from the format file.
151 The format file can contain information controlling screen clearing,
152 screen size, wrap-around control, transparent text, component ordering,
153 and component formatting. Also, a list of components to ignore may be
154 specified, and a couple of \*(lqspecial\*(rq components are defined
155 to provide added functionality. Message output will be in the order
156 specified by the order in the format file.
158 Each line of a format file has one of the following forms:
164 variable[,variable...]
165 component:[variable,...]
169 A line beginning with a `;' is a comment, and is ignored.
171 A line beginning with a `:' is clear text, and is output exactly as is.
173 A line containing only a `:' produces a blank line in the output.
175 A line beginning with \*(lqcomponent:\*(rq defines the format for the specified
178 Remaining lines define the global environment.
180 For example, the line:
183 width=80,length=40,clearscreen,overflowtext="***",overflowoffset=5
186 defines the screen size to be 80 columns by 40 rows, specifies that the
187 screen should be cleared prior to each page, that the overflow indentation
188 is 5, and that overflow text should be flagged with \*(lq***\*(rq.
190 Following are all of the current variables and their arguments. If they
191 follow a component, they apply only to that component, otherwise, their
192 affect is global. Since the whole format is parsed before any output
193 processing, the last global switch setting for a variable applies to
194 the whole message if that variable is used in a global context (i.e.,
195 bell, clearscreen, width, length).
199 .ta \w'noclearscreen 'u +\w'integer/G 'u
200 .I "variable type semantics"
201 width integer screen width or component width
202 length integer screen length or component length
203 offset integer positions to indent \*(lqcomponent: \*(rq
204 overflowtext string text to use at the beginning of an
206 overflowoffset integer positions to indent overflow lines
207 compwidth integer positions to indent component text
208 after the first line is output
209 uppercase flag output text of this component in all
211 nouppercase flag don't uppercase
212 clearscreen flag/G clear the screen prior to each page
213 noclearscreen flag/G don't clearscreen
214 bell flag/G ring the bell at the end of each page
215 nobell flag/G don't bell
216 component string/L name to use instead of \*(lqcomponent\*(rq for
218 nocomponent flag don't output \*(lqcomponent: \*(rq for this
220 center flag center component on line (works for
221 one-line components only)
222 nocenter flag don't center
223 leftadjust flag strip off leading whitespace on each
225 noleftadjust flag don't leftadjust
226 rtrim flag trim whitespace at end of text lines
227 nortrim flag retain whitespace at end of text
229 compress flag change newlines in text to spaces
230 nocompress flag don't compress
231 wrap flag Wrap lines that exceed width (default)
232 nowrap flag Do not perform line wrapping
233 split flag don't combine multiple fields into
235 nosplit flag combine multiple fields into
237 newline flag print newline at end of components
238 (this is the default)
239 nonewline flag don't print newline at end of components
240 formatfield string format string for this component
242 decode flag decode text as RFC 2047 encoded
244 addrfield flag field contains addresses
245 datefield flag field contains dates
246 format flag Run component through formatproc filter
248 noformat flag Do not run component through
249 formatproc filter (default)
250 formatarg string Argument to format filter
254 To specify the value of integer-valued and string-valued variables,
255 follow their name with an equals-sign and the value. Integer-valued
256 variables are given decimal values, while string-valued variables
257 are given arbitrary text bracketed by double-quotes. If a value is
258 suffixed by \*(lq/G\*(rq or \*(lq/L\*(rq, then its value is useful in
259 a global-only or local-only context (respectively).
264 ignores=component,...
267 specifies a list of components which are never output.
269 The component \*(lqMessageName\*(rq (case-insensitive) will output the
270 actual message name (file name) preceded by the folder name if one is
271 specified or found in the environment. The format is identical to that
277 The component \*(lqExtras\*(rq will output all of the components of the
278 message which were not matched by explicit components, or included in
279 the ignore list. If this component is not specified, an ignore list is
280 not needed since all non-specified components will be ignored.
282 If \*(lqnocomponent\*(rq is
284 specified, then the component name will
285 be output as it appears in the format file.
287 The default format file is:
295 The variable \*(lqformatfield\*(rq specifies a format string (see
297 The flag variables \*(lqaddrfield\*(rq and \*(lqdatefield\*(rq
298 (which are mutually exclusive), tell
300 to interpret the escapes in the format string as either addresses or
305 does not apply any formatting string to fields containing address or dates
309 fields). Note that this results in faster operation since
311 must parse both addresses and dates in order to apply a format string
314 can be given a default format string for either address or date fields
315 (but not both). To do this, on a global line specify: either the flag
316 addrfield or datefield, along with the appropriate formatfield variable string.
318 The \*(lqformat\*(rq flag specifies that this component will be run through
319 the filter program specified by the
321 profile entry. This filter program is expected to read data on standard
322 input and output data on standard output. Currently the \*(lqformat\*(rq
323 flag is only supported for the \*(lqbody\*(rq component. The component
324 name will be prefixed to the output
326 the filter has been run. The expected use of this is to filter a message
327 body to create more pleasing text to use in a reply message.
328 A suggested filter to use for
333 body:component=">",overflowtext=">",overflowoffset=0,format,nowrap
340 switches can be used to override the
346 option specifies a string that is used as an argument to the format filter.
347 This string is processed by
349 and all of the message components are available for use. Multiple
351 options can be used to build up multiple arguments to the format filter.
355 .ta \w'%nmhetcdir%/ExtraBigFileName 'u
356 ^%nmhetcdir%/mhl.format~^The message template
357 ^or <mh-dir>/mhl.format~^Rather than the standard template
358 ^$HOME/.mh_profile~^The user profile
360 .SH "PROFILE COMPONENTS"
364 .ta \w'ExtraBigProfileName 'u
365 ^moreproc:~^Program to use as interactive front-end
366 ^formatproc:~^Program to use as a filter for components that
367 ^^have the \*(lqformat\*(rq flag set.
383 There should be some way to pass `bell' and `clear' information to the
386 The \*(lqnonewline\*(rq option interacts badly with \*(lqcompress\*(rq
389 The \*(lqformat\*(rq option really should work on something other than the body