]> diplodocus.org Git - nmh/blob - man/mhshow.man
README.manpages: `user ID', not `user-id'.
[nmh] / man / mhshow.man
1 .TH MHSHOW %manext1% 2015-02-08 "%nmhversion%"
2 .
3 .\" %nmhwarning%
4 .
5 .SH NAME
6 mhshow \- display nmh MIME messages
7 .SH SYNOPSIS
8 .HP 5
9 .na
10 .B mhshow
11 .RB [ \-help ]
12 .RB [ \-version ]
13 .RI [ +folder ]
14 .RI [ msgs ]
15 .RB [ \-file
16 .IR file ]
17 .RB [ \-part
18 .IR number ]
19 \&...
20 .RB [ \-type
21 .IR content ]
22 \&...
23 .RB [ \-prefer
24 .IR content ]
25 \&...
26 .RB [ \-concat " | " \-noconcat ]
27 .RB [ \-textonly " | " \-notextonly ]
28 .RB [ \-inlineonly " | " \-noinlineonly ]
29 .RB [ \-header " | " \-noheader ]
30 .RB [ \-form
31 .IR formfile ]
32 .RB [ \-markform
33 .IR formfile ]
34 .RB [ \-rcache
35 .IR policy ]
36 .RB [ \-wcache
37 .IR policy ]
38 .RB [ \-check " | " \-nocheck ]
39 .ad
40 .SH DESCRIPTION
41 The
42 .B mhshow
43 command displays contents of a MIME (multi-media) message, or collection
44 of messages.
45 .PP
46 .B mhshow
47 manipulates multi-media messages as specified in RFC 2045 to RFC 2049.
48 Currently
49 .B mhshow
50 only supports encodings in message bodies, and does not support the
51 encoding of message headers as specified in RFC 2047.
52 .PP
53 By default,
54 .B mhshow
55 will display only the text parts of a message that are not marked as
56 attachments. This behavior can be changed by the
57 .B \-notextonly
58 and
59 .B \-noinlineonly
60 switches.
61 In addition, by using the
62 .BR \-part ,
63 .BR \-type ,
64 and
65 .B \-prefer
66 switches, you may limit and reorder the set of parts to be displayed,
67 based on part number and/or content type.
68 The inclusion of any
69 .B \-part
70 or
71 .B \-type
72 switches will override the default settings of
73 .B \-textonly
74 and
75 .BR \-inlineonly.
76 .PP
77 The
78 .B \-header
79 switch controls whether
80 .B mhshow
81 will print a message separator header before each message that it
82 displays. The header format can be controlled using
83 .BR \-headerform ,
84 to specify a file containing
85 .IR mh\-format (5)
86 instructions. A copy of the built-in default headerform can be found
87 in %nmhetcdir%/mhshow.header, for reference.
88 In addition to the normal set of
89 .IR mh\-format (5)
90 instructions, a "%{folder}" escape provides a string representing
91 the current folder.
92 .PP
93 By default,
94 .B mhshow
95 will concatenate all content under one pager. If you want each part to
96 be displayed separately, you can override the default behavior with
97 .B \-noconcat.
98 .PP
99 The
100 .B \-file
101 .I file
102 switch directs
103 .B mhshow
104 to use the specified file as the source message, rather than a message
105 from a folder. If you specify this file as \*(lq-\*(rq, then
106 .B mhshow
107 will accept the source message on the standard input. Note that the
108 file, or input from standard input, should be a validly formatted message,
109 just like any other
110 .B nmh
111 message. It should NOT be in mail drop format (to convert a file in
112 mail drop format to a folder of
113 .B nmh
114 messages, see
115 .IR inc (1)).
116 .PP
117 The
118 .B \-part
119 switch can be given (one or more times) to restrict the set of
120 subparts that will be displayed. (Obviously with no
121 .B \-part
122 switches, all parts will be considered.) If a
123 .B \-part
124 switch specifies a specific subpart (i.e., a "leaf" in the tree of
125 MIME parts), then that part will always be displayed. If a
126 .B \-part
127 switch references a multipart/alternative part, then (in
128 the absence of a
129 .B \-type
130 switch) only the default subpart of that multipart will be displayed.
131 .PP
132 A part specification consists of a series of numbers separated by dots.
133 For example, in a multipart content containing three parts, these
134 would be named as 1, 2, and 3, respectively. If part 2 was also a
135 multipart content containing two parts, these would be named as 2.1 and
136 2.2, respectively. Note that the
137 .B \-part
138 switch is effective only for messages containing a multipart content.
139 If a message has some other kind of content, or if the part is itself
140 another multipart content, the
141 .B \-part
142 switch will not prevent the content from being acted upon.
143 .PP
144 The
145 .B \-type
146 switch can also be used to restrict (or, when used in conjunction with
147 .BR \-part ,
148 to further restrict) the display of parts according to content type.
149 One or more
150 .B \-type
151 switches part will only select the first match from a multipart/alternative,
152 even if there is more than one subpart that matches (one of) the given
153 content type(s).
154 .PP
155 Using either
156 .B \-part
157 or
158 .B -type
159 switches alone will cause either switch to select the part(s) they match.
160 Using them together will select only the part(s) matched by both (sets of)
161 switches. In other words, the result is the intersection, and not the union,
162 of their separate match results.
163 .PP
164 A content specification consists of a content type and a subtype.
165 The initial list of \*(lqstandard\*(rq content types and subtypes can
166 be found in RFC 2046.
167 .PP
168 A list of commonly used contents is briefly reproduced here:
169 .PP
170 .RS 5
171 .nf
172 .ta \w'application 'u
173 Type Subtypes
174 ---- --------
175 text plain, enriched
176 multipart mixed, alternative, digest, parallel
177 message rfc822, partial, external-body
178 application octet-stream, postscript
179 image jpeg, gif, png
180 audio basic
181 video mpeg
182 .fi
183 .RE
184 .PP
185 A legal MIME message must contain a subtype specification.
186 .PP
187 To specify a content, regardless of its subtype, just use the
188 name of the content, e.g., \*(lqaudio\*(rq. To specify a specific
189 subtype, separate the two with a slash, e.g., \*(lqaudio/basic\*(rq.
190 Note that regardless of the values given to the
191 .B \-type
192 switch, a multipart content (of any subtype listed above) is always
193 acted upon. Further note that if the
194 .B \-type
195 switch is used, and it is desirable to act on a message/external-body
196 content, then the
197 .B \-type
198 switch must be used twice: once for message/external-body and once
199 for the content externally referenced.
200 .PP
201 In the absence of
202 .BR \-prefer ,
203 .B mhshow
204 will select the "best" displayable subpart from multipart/alternative
205 content. The
206 .B \-prefer
207 switch can be used (one or more times, in order of descending
208 preference) to let MH know which content types from a
209 multipart/alternative MIME part are preferred by the user, in order to
210 override the default selection for display. For example, mail is
211 often sent containing both plaintext and HTML-formatted versions of
212 the same content, and the HTML version is usually indicated to be the
213 "best" format for viewing. Using \*(lq-prefer text/plain\*(rq will
214 cause the plaintext version to be displayed if possible, but still
215 allow display of the HTML part if there is no plaintext subpart
216 available. Using \*(lq-prefer text/plain -prefer image/png\*(rq
217 would add a preference for PNG images, which might or might not
218 ever appear in the same multipart/alternative section with text/plain.
219 Implementation note: RFC 2046 requires that the subparts
220 of a multipart/alternative be ordered according to "faithfulness to
221 the original content", and MH by default selects the subpart ranked
222 most "faithful" by that ordering. The
223 .B \-prefer
224 switch reorders the alternative parts (only internally, never changing
225 the message file) to move the user's preferred part(s) to the "most
226 faithful" position. Thus, when viewed by
227 .BR mhlist ,
228 the ordering of multipart/alternative parts will appear to change when
229 invoked with or without various
230 .B \-prefer
231 switches.
232 .SS "Unseen Sequence"
233 If the profile entry \*(lqUnseen\-Sequence\*(rq is present and
234 non-empty, then
235 .B mhshow
236 will remove each of the messages shown from each sequence named by
237 the profile entry.
238 .SS "Checking the Contents"
239 The
240 .B \-check
241 switch tells
242 .B mhshow
243 to check each content for an integrity checksum. If a content has such
244 a checksum (specified as a Content-MD5 header field), then
245 .B mhshow
246 will attempt to verify the integrity of the content.
247 .SS "Showing the Contents"
248 The headers of each message are displayed with the
249 .I mhlproc
250 (usually
251 .BR mhl ),
252 using the standard format file,
253 .IR mhl.headers .
254 You may specify an alternative format file with the
255 .B \-form
256 .I formfile
257 switch. If the format file
258 .I mhl.null
259 is specified, then the display of the message headers is suppressed.
260 .PP
261 Next, the contents are extracted from the message and are stored in
262 a temporary file. Usually, the name of the temporary file is the
263 word \*(lqmhshow\*(rq followed by a string of characters. Occasionally,
264 the method used to display a content (described next), requires that
265 the file end in a specific suffix. For example, the
266 .B soffice
267 command (part of the StarOffice package) can be used to display
268 Microsoft Word content, but it uses the suffix to determine how to display
269 the file. If no suffix is present, the file is not correctly loaded.
270 Similarly, older versions of the
271 .B gs
272 command append a \*(lq.ps\*(rq suffix to the filename if one was missing.
273 As a result, these cannot be used to read the default temporary file.
274 .PP
275 To get around this, your profile can contain lines of the form:
276 .PP
277 .RS 5
278 mhshow-suffix-<type>/<subtype>: <suffix>
279 .RE
280 .PP
281 or
282 .PP
283 .RS 5
284 mhshow-suffix-<type>: <suffix>
285 .RE
286 .PP
287 to specify a suffix which can be automatically added to the temporary
288 file created for a specific content type. For example, the following
289 lines might appear in your profile:
290 .PP
291 .RS 5
292 .nf
293 mhshow-suffix-text: .txt
294 mhshow-suffix-application/msword: .doc
295 mhshow-suffix-application/PostScript: .ps
296 .fi
297 .RE
298 .PP
299 to automatically append a suffix to the temporary files.
300 .PP
301 The method used to display the different contents in the messages bodies
302 will be determined by a \*(lqdisplay string\*(rq. To find the display
303 string,
304 .B mhshow
305 will first search your profile for an entry of the form:
306 .PP
307 .RS 5
308 mhshow-show-<type>/<subtype>
309 .RE
310 .PP
311 If this isn't found,
312 .B mhshow
313 will search for an entry of the form:
314 .PP
315 .RS 5
316 mhshow-show-<type>
317 .RE
318 .PP
319 to determine the display string.
320 .PP
321 If a display string is found, any escapes (given below) will be expanded.
322 The result will be executed under \*(lq/bin/sh\*(rq, with the standard input
323 set to the content.
324 .PP
325 The display string may contain the following escapes:
326 .PP
327 .RS 5
328 .nf
329 .ta \w'%F 'u
330 %a Insert parameters from Content-Type field
331 %{parameter} Insert the parameter value from the Content-Type field
332 %f Insert filename containing content
333 %F %f, and stdin is terminal not content
334 %l display listing prior to displaying content
335 %s Insert content subtype
336 %d Insert content description
337 %% Insert the character %
338 .fi
339 .RE
340 .PP
341 .B mhshow
342 will execute at most one display string at any given time, and wait
343 for the current display string to finish execution before executing
344 the next display string.
345 .PP
346 The {parameter} escape is typically used in a command line argument
347 that should only be present if it has a non-null value. Its value
348 will be wrapped with single quotes if the escape is not so wrapped.
349 Shell parameter expansion can construct the argument only when it is
350 non-null, e.g.,
351 .PP
352 .RS 5
353 .nf
354 mhshow-show-text/html: charset=%{charset};
355 w3m ${charset:+-I $charset} -T text/html %F
356 .fi
357 .RE
358 .PP
359 That example also shows the use of indentation to signify continuation:
360 the two text lines combine to form a single entry. Note that when
361 dealing with text that has been converted internally by
362 .IR iconv (3),
363 the \*(lqcharset\*(rq parameter will reflect the target character set
364 of the text, rather than the original character set in the message.
365 .PP
366 Note that if the content being displayed is multipart, but not one of
367 the subtypes listed above, then the f- and F-escapes expand to multiple
368 filenames, one for each subordinate content. Furthermore, stdin is not
369 redirected from the terminal to the content.
370 .PP
371 If a display string is not found,
372 .B mhshow
373 behaves as if these profile entries were supplied and supported:
374 .PP
375 .RS 5
376 .nf
377 mhshow-show-text/plain: %lmoreproc %F
378 mhshow-show-message/rfc822: %lshow -file %F
379 .fi
380 .RE
381 .PP
382 Note that \*(lqmoreproc\*(rq is not supported in user profile display
383 strings.
384 .PP
385 If a subtype of type text doesn't have a profile entry, it will be
386 treated as text/plain.
387 .PP
388 .B mhshow
389 has default methods for handling multipart messages of subtype
390 mixed, alternative, parallel, and digest. Any unknown subtype of type
391 multipart (without a profile entry), will be treated as multipart/mixed.
392 .PP
393 If none of these apply, then
394 .B mhshow
395 will check to see if the message has an application/octet-stream content
396 with parameter \*(lqtype=tar\*(rq.
397 If so,
398 .B mhshow
399 will use an appropriate command. If not,
400 .B mhshow
401 will complain.
402 .PP
403 Example entries might be:
404 .PP
405 .RS 5
406 .nf
407 mhshow-show-audio/basic: raw2audio 2>/dev/null | play
408 mhshow-show-image: xv %f
409 mhshow-show-application/PostScript: lpr -Pps
410 .fi
411 .RE
412 .PP
413 If an f- or F-escape is not quoted with single quotes, its expansion
414 will be wrapped with single quotes.
415 .PP
416 Finally,
417 .B mhshow
418 will process each message serially\0--\0it won't start showing the next
419 message until all the commands executed to display the current message
420 have terminated.
421 .SS "Showing Alternate Character Sets"
422 If
423 .B mhshow
424 was built with
425 .IR iconv (3),
426 then all text/plain parts of the message(s) will be displayed using
427 the character set of the current locale. See the
428 .IR mhparam (1)
429 man page for how to determine whether your
430 .B nmh
431 installation includes
432 .IR iconv (3)
433 support. To convert text parts other than text/plain, or if
434 .B mhshow
435 was not built with
436 .IR iconv ,
437 an external program can be used, as described next.
438 .PP
439 Because a content of type text might be in a non-ASCII character
440 set, when
441 .B mhshow
442 encounters a \*(lqcharset\*(rq parameter for this content, it checks
443 if your terminal can display this character set natively.
444 .B mhshow
445 checks this by examining the current character set defined by the
446 .IR locale (1)
447 environment variables. If the value of the locale character set is equal
448 to the value of the charset parameter, then
449 .B mhshow
450 assumes it can
451 display this content without any additional setup. If the locale is not
452 set properly,
453 .B mhshow
454 will assume a value of \*(lqUS-ASCII\*(rq.
455 If the character set cannot be displayed natively, then
456 .B mhshow
457 will look for an entry of the form:
458 .PP
459 .RS 5
460 mhshow-charset-<charset>
461 .RE
462 .PP
463 which should contain a command creating an environment to render
464 the character set. This command string should containing a single
465 \*(lq%s\*(rq, which will be filled-in with the command to display the
466 content.
467 .PP
468 Example entries might be:
469 .PP
470 .RS 5
471 mhshow-charset-iso-8859-1: xterm -fn '-*-*-medium-r-normal-*-*-120-*-*-c-*-iso8859-*' -e %s
472 .RE
473 .PP
474 or
475 .PP
476 .RS 5
477 mhshow-charset-iso-8859-1: '%s'
478 .RE
479 .PP
480 The first example tells
481 .B mhshow
482 to start
483 .B xterm
484 and load the appropriate character set for that message content.
485 The second example
486 tells
487 .B mhshow
488 that your pager (or other program handling that content type) can
489 handle that character set, and that no special processing is
490 needed beforehand.
491 .PP
492 Note that many pagers strip off the high-order bit, or have problems
493 displaying text with the high-order bit set. However, the pager
494 .B less
495 has support for single-octet character sets. For example, messages
496 encoded in the ISO-8859-1 character set can be viewed using
497 .BR less ,
498 with these environment variable settings:
499 .PP
500 .RS 5
501 .nf
502 .ta \w'%F 'u
503 LESSCHARSET latin1
504 LESS -f
505 .fi
506 .RE
507 .PP
508 The first setting tells
509 .B less
510 to use the ISO-8859-1 definition to determine whether a character is
511 \*(lqnormal\*(rq, \*(lqcontrol\*(lq, or \*(lqbinary\*(rq.
512 The second setting tells
513 .B less
514 not to warn you if it encounters a file that has non-ASCII characters.
515 Then, simply set the
516 .I moreproc
517 profile entry to
518 .BR less ,
519 and it will get called automatically. (To handle other single-octet
520 character sets, look at the
521 .IR less (1)
522 manual entry for information about the LESSCHARDEF environment variable.)
523 .SS "Messages of Type message/partial"
524 .B mhshow
525 cannot directly display messages of type partial.
526 You must first reassemble them into a normal message using
527 .BR mhstore .
528 Check
529 .IR mhstore (1)
530 for details.
531 .SS "External Access"
532 For contents of type message/external-body,
533 .B mhshow
534 supports these access-types:
535 .IP \(bu 4
536 afs
537 .IP \(bu 4
538 anon-ftp
539 .IP \(bu 4
540 ftp
541 .IP \(bu 4
542 local-file
543 .IP \(bu 4
544 mail-server
545 .IP \(bu 4
546 url
547 .PP
548 For the \*(lqanon-ftp\*(rq and \*(lqftp\*(rq access types,
549 .B mhshow
550 will look for the \*(lqnmh-access-ftp\*(rq profile entry, e.g.,
551 .PP
552 .RS 5
553 nmh-access-ftp: myftp.sh
554 .RE
555 .PP
556 to determine the pathname of a program to perform the FTP retrieval.
557 .PP
558 This program is invoked with these arguments:
559 .PP
560 .RS 5
561 .nf
562 domain name of FTP-site
563 username
564 password
565 remote directory
566 remote filename
567 local filename
568 \*(lqascii\*(rq or \*(lqbinary\*(rq
569 .fi
570 .RE
571 .PP
572 The program should terminate with an exit status of zero if the
573 retrieval is successful, and a non-zero exit status otherwise.
574 .PP
575 For the \*(lqurl\*(rq access-type,
576 .B mhshow
577 will look for the \*(lqnmh-access-url\*(rq profile entry. See
578 .IR mhstore (1)
579 for more details.
580 .SS "The Content Cache"
581 When
582 .B mhshow
583 encounters an external content containing a \*(lqContent-ID:\*(rq field,
584 and if the content allows caching, then depending on the caching behavior of
585 .BR mhshow ,
586 the content might be read from or written to a cache.
587 .PP
588 The caching behavior of
589 .B mhshow
590 is controlled with the
591 .B \-rcache
592 and
593 .B \-wcache
594 switches, which define the policy for reading from, and writing to, the cache,
595 respectively. One of four policies may be specified: \*(lqpublic\*(rq,
596 indicating that
597 .B mhshow
598 should make use of a publicly-accessible content cache; \*(lqprivate\*(rq,
599 indicating that
600 .B mhshow
601 should make use of the user's private content cache;
602 \*(lqnever\*(rq, indicating that
603 .B mhshow
604 should never make use of caching; and, \*(lqask\*(rq, indicating that
605 .B mhshow
606 should ask the user.
607 .PP
608 There are two directories where contents may be cached: the profile entry
609 \*(lqnmh-cache\*(rq names a directory containing world-readable contents, and,
610 the profile entry \*(lqnmh-private-cache\*(rq names a directory containing
611 private contents. The former should be an absolute (rooted) directory name.
612 .PP
613 For example,
614 .PP
615 .RS 5
616 nmh-cache: /tmp
617 .RE
618 .PP
619 might be used if you didn't care that the cache got wiped after each
620 reboot of the system. The latter is interpreted relative to the user's
621 nmh directory, if not rooted, e.g.,
622 .PP
623 .RS 5
624 nmh-private-cache: .cache
625 .RE
626 .PP
627 (which is the default value).
628 .SS "User Environment"
629 Because the display environment in which
630 .B mhshow
631 operates may vary for different machines,
632 .B mhshow
633 will look for the environment variable MHSHOW. If present, this specifies
634 the name of an additional user profile which should be read.
635 Hence, when a user logs in on a particular display device, this environment
636 variable should be set to refer to a file containing definitions useful
637 for the given display device.
638 Normally, only entries that deal with the methods to display different
639 content type and subtypes
640 .PP
641 .RS 5
642 .nf
643 mhshow-show-<type>/<subtype>
644 mhshow-show-<type>
645 .fi
646 .RE
647 .PP
648 need be present in this additional profile. Finally,
649 .B mhshow
650 will attempt to consult
651 .PP
652 .RS 5
653 %nmhetcdir%/mhn.defaults
654 .RE
655 .PP
656 which is created automatically during
657 .B nmh
658 installation.
659 .PP
660 See "Profile Lookup" in
661 .IR mh-profile (5)
662 for the profile search order, and for how duplicate entries are treated.
663 .SS Content-Type Marker
664 .B mhshow
665 will display a marker containing information about the part being displayed
666 next. The default marker can be changed using the
667 .B \-markform
668 switch to specify a file containing
669 .IR mh\-format (5)
670 instructions to use when displaying the content marker. A copy of the
671 default markform can be found in %nmhetcdir%/mhshow.marker, for
672 reference. In addition to the normal set of
673 .IR mh\-format (5)
674 instructions, the following
675 .I component
676 escapes are supported:
677 .PP
678 .RS 5
679 .nf
680 .ta \w'cdispo-<PARAM> 'u +\w'Returns 'u
681 .I "Escape Returns Description"
682 part string MIME part number
683 content\-type string MIME Content\-Type of part
684 description string Content\-Description header
685 disposition string Content disposition (attachment or inline)
686 ctype-<PARAM> string Value of <PARAM> from Content\-Type header
687 cdispo-<PARAM> string Value of <PARAM> from
688 Content\-Disposition header
689 %(size) integer The size of the decoded part, in bytes
690 %(unseen) boolean Returns true for suppressed parts
691 .fi
692 In this context, the %(unseen) function indicates whether
693 .B mhshow
694 has decided to not display a particular part due to the
695 .B \-textonly
696 or
697 .B \-inlineonly
698 switches.
699 .RE
700 All MIME parameters and the \*(lqContent-Description\*(rq header will have
701 RFC 2231 decoding applied and be converted to the local character set.
702 .SH FILES
703 .B mhshow
704 looks for all format files and mhn.defaults in multiple locations:
705 absolute pathnames are accessed directly, tilde expansion is done on
706 usernames, and files are searched for in the user's
707 .I Mail
708 directory, as specified in their profile. If not found there, the directory
709 .RI \*(lq %nmhetcdir% \*(rq
710 is checked.
711 .PP
712 .fc ^ ~
713 .nf
714 .ta \w'%nmhetcdir%/ExtraBigFileName 'u
715 ^$HOME/.mh_profile~^The user profile
716 ^$MHSHOW~^Additional profile entries
717 ^%nmhetcdir%/mhn.defaults~^System default MIME profile entries
718 ^%nmhetcdir%/mhl.headers~^The headers template
719 ^%nmhetcdir%/mhshow.marker~^Example content marker
720 ^%nmhetcdir%/mhshow.header~^Example message separator header
721 .fi
722 .SH "PROFILE COMPONENTS"
723 .fc ^ ~
724 .nf
725 .ta 2.4i
726 .ta \w'ExtraBigProfileName 'u
727 ^Path:~^To determine the user's nmh directory
728 ^Current\-Folder:~^To find the default current folder
729 ^Unseen\-Sequence:~^To name sequences denoting unseen messages
730 ^mhlproc:~^Default program to display message headers
731 ^nmh-access-ftp:~^Program to retrieve contents via FTP
732 ^nmh-access-url:~^Program to retrieve contents via HTTP
733 ^nmh-cache~^Public directory to store cached external contents
734 ^nmh-private-cache~^Personal directory to store cached external contents
735 ^mhshow-charset-<charset>~^Template for environment to render character sets
736 ^mhshow-show-<type>*~^Template for displaying contents
737 ^moreproc:~^Default program to display text/plain content
738 .fi
739 .SH "SEE ALSO"
740 .IR iconv (3),
741 .IR mhbuild (1),
742 .IR mhl (1),
743 .IR mhlist (1),
744 .IR mhparam (1),
745 .IR mhstore (1),
746 .IR sendfiles (1)
747 .SH DEFAULTS
748 .nf
749 .RB ` +folder "' defaults to the current folder"
750 .RB ` msgs "' defaults to cur"
751 .RB ` \-nocheck '
752 .RB ` \-concat '
753 .RB ` \-textonly '
754 .RB ` \-inlineonly '
755 .RB ` \-form\ mhl.headers '
756 .RB ` \-rcache\ ask '
757 .RB ` \-wcache\ ask '
758 .fi
759 .SH CONTEXT
760 If a folder is given, it will become the current folder. The last
761 message selected will become the current message.