Don't treat application/octet-stream with type=tar special.
[mmh] / man / mhshow.man1
1 .\"
2 .\" %nmhwarning%
3 .\"
4 .TH MHSHOW %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
5 .SH NAME
6 mhshow \- display MIME messages
7 .SH SYNOPSIS
8 .HP 5
9 .na
10 .B mhshow
11 .RI [ +folder ]
12 .RI [ msgs ]
13 .RB [ \-file
14 .IR file ]
15 .RB [ \-part
16 .IR number ]
17 \&...
18 .RB [ \-type
19 .IR content ]
20 \&...
21 .RB [ \-form
22 .IR formfile ]
23 .RB [ \-version ]
24 .RB [ \-help ]
25 .ad
26 .SH DESCRIPTION
27 The
28 .B mhshow
29 command display contents of a MIME (multi-media)
30 message or collection of messages.
31 .PP
32 .B mhshow
33 manipulates multi-media messages as specified in
34 RFC\-2045 thru RFC\-2049.  Currently
35 .B mhshow
36 only supports
37 encodings in message bodies, and does not support the encoding of
38 message headers as specified in RFC\-2047.
39 .PP
40 By default
41 .B mhshow
42 will display all parts of a multipart
43 message.  By using the
44 .B \-part
45 and
46 .B \-type
47 switches, you may
48 limit the scope of
49 .B mhshow
50 to particular subparts (of a
51 multipart content) and/or particular content types.
52 .PP
53 The option
54 .B \-file
55 .I file
56 directs
57 .B mhshow
58 to use the specified file as
59 the source message, rather than a message from a folder.  If you specify
60 this file as \*(lq-\*(rq, then
61 .B mhshow
62 will accept the source message
63 on the standard input.  Note that the file, or input from standard input
64 should be a validly formatted message, just like any other
65 .B nmh
66 message.  It should
67 .B NOT
68 be in mail drop format (to convert a file in
69 mail drop format to a folder of
70 .B nmh
71 messages, see
72 .BR inc (1)).
73 .PP
74 A part specification consists of a series of numbers separated by dots.
75 For example, in a multipart content containing three parts, these
76 would be named as 1, 2, and 3, respectively.  If part 2 was also a
77 multipart content containing two parts, these would be named as 2.1 and
78 2.2, respectively.  Note that the
79 .B \-part
80 switch is effective for only
81 messages containing a multipart content.  If a message has some other
82 kind of content, or if the part is itself another multipart content, the
83 .B \-part
84 switch will not prevent the content from being acted upon.
85 .PP
86 A content specification consists of a content type and a subtype.
87 The initial list of \*(lqstandard\*(rq content types and subtypes can
88 be found in RFC\-2046.
89 .PP
90 A list of commonly used contents is briefly reproduced here:
91 .PP
92 .RS 5
93 .nf
94 .ta \w'application  'u
95 Type    Subtypes
96 ----    --------
97 text    plain, enriched
98 multipart       mixed, alternative, digest, parallel
99 message rfc822, partial, external-body
100 application     octet-stream, postscript
101 image   jpeg, gif, png
102 audio   basic
103 video   mpeg
104 .fi
105 .RE
106 .PP
107 A legal MIME message must contain a subtype specification.
108 .PP
109 To specify a content, regardless of its subtype, just use the
110 name of the content, e.g., \*(lqaudio\*(rq.  To specify a specific
111 subtype, separate the two with a slash, e.g., \*(lqaudio/basic\*(rq.
112 Note that regardless of the values given to the `\-type' switch, a
113 multipart content (of any subtype listed above) is always acted upon.
114 Further note that if the `\-type' switch is used, and it is desirable to
115 act on a message/external-body content, then the `\-type' switch must
116 be used twice: once for message/external-body and once for the content
117 externally referenced.
118 .SS "Unseen Sequence"
119 If the profile entry \*(lqUnseen\-Sequence\*(rq is present and
120 non\-empty, then
121 .B mhshow
122 will remove each of the messages shown
123 from each sequence named by the profile entry.
124 .SS "Showing the Contents"
125 The headers of each message are displayed with
126 .B mhl
127 using the standard format file
128 .IR mhl.headers .
129 You may specify an alternate format file with the
130 .B \-form
131 .I formfile
132 switch.  If the format file
133 .I mhl.null
134 is specified, then the display
135 of the message headers is suppressed.
136 .PP
137 Next, the contents are extracted from the message and are stored in
138 a temporary file.  Usually, the name of the temporary file is the
139 word \*(lqmhshow\*(rq followed by a string of characters.  Occasionally,
140 the method used to display a content (described next), requires that
141 the file end in a specific suffix.  For example, the
142 .B soffice
143 command (part of the StarOffice package) can be used to display
144 Microsoft Word content, but it uses the suffix to determine how to display
145 the file.  If no suffix is present, the file is not correctly loaded.
146 Similarily, older versions of the
147 .B gs
148 command append a \*(lq.ps\*(rq suffix to
149 the filename if one was missing.  As a result, these cannot be used to read
150 the default temporary file.
151 .PP
152 To get around this, your profile can contain lines of the form:
153 .PP
154 .RS 5
155 mhshow-suffix-<type>/<subtype>: <suffix>
156 .RE
157 .PP
158 or
159 .PP
160 .RS 5
161 mhshow-suffix-<type>: <suffix>
162 .RE
163 .PP
164 to specify a suffix which can be automatically added to the temporary
165 file created for a specific content type.  For example, the following
166 lines might appear in your profile:
167 .PP
168 .RS 5
169 .nf
170 mhshow-suffix-text: .txt
171 mhshow-suffix-application/msword: .doc
172 mhshow-suffix-application/PostScript: .ps
173 .fi
174 .RE
175 .PP
176 to automatically append a suffix to the temporary files.
177 .PP
178 The method used to display the different contents in the messages bodies
179 will be determined by a \*(lqdisplay string\*(rq.  To find the display
180 string,
181 .B mhshow
182 will first search your profile for an entry of the form:
183 .PP
184 .RS 5
185 mhshow-show-<type>/<subtype>
186 .RE
187 .PP
188 to determine the display string.  If this isn't found,
189 .B mhshow
190 will search for an entry of the form:
191 .PP
192 .RS 5
193 mhshow-show-<type>
194 .RE
195 .PP
196 to determine the display string.
197 .PP
198 If a display string is found, any escapes (given below) will be expanded.
199 The result will be executed under
200 \*(lq/bin/sh\*(rq, with the standard input
201 set to the content.
202 .PP
203 The display string may contain the following escapes:
204 .PP
205 .RS 5
206 .nf
207 .ta \w'%F  'u
208 %a      Insert parameters from Content-Type field
209 %e      exclusive execution
210 %f      Insert filename containing content
211 %F      %e, %f, and stdin is terminal not content
212 %l      display listing prior to displaying content
213 %p      synonym to %l
214 %s      Insert content subtype
215 %d      Insert content description
216 %%      Insert the character %
217 .fi
218 .RE
219 .PP
220 For those display strings containing the e- or F-escape,
221 .B mhshow
222 will
223 execute at most one of these at any given time.  Although the F-escape
224 expands to be the filename containing the content, the e-escape has no
225 expansion as far as the shell is concerned.
226 .PP
227 Further, when
228 .B mhshow
229 is display a content, typing QUIT (usually
230 control-\\) will tell
231 .B mhshow
232 to wrap things up immediately.
233 .PP
234 Note that if the content being displayed is multipart, but not one of
235 the subtypes listed above, then the f- and F-escapes expand to multiple
236 filenames, one for each subordinate content.  Further, stdin is not
237 redirected from the terminal to the content.
238 .PP
239 If a display string is not found,
240 .B mhshow
241 has the following default values:
242 .PP
243 .RS 5
244 .nf
245 mhshow-show-text/plain: %l<defaultpager> '%F'
246 mhshow-show-message/rfc822: %lshow \-file '%F'
247 .fi
248 .RE
249 .PP
250 If a subtype of type text doesn't have a profile entry, it will be
251 treated as text/plain.
252 .PP
253 .B mhshow
254 has default methods for handling multipart messages of subtype
255 mixed, alternative, parallel, and digest.  Any unknown subtype of type
256 multipart (without a profile entry), will be treated as multipart/mixed.
257 .PP
258 If none of these apply, then
259 .B mhshow
260 will complain.
261 .PP
262 Example entries might be:
263 .PP
264 .RS 5
265 .nf
266 mhshow-show-audio/basic: raw2audio 2>/dev/null | play
267 mhshow-show-image: xv '%f'
268 mhshow-show-application/PostScript: lpr -Pps
269 .fi
270 .RE
271 .PP
272 Note that when using the f- or F-escape, it's a good idea to use
273 single-quotes around the escape.  This prevents misinterpretation by
274 the shell of any funny characters that might be present in the filename.
275 .PP
276 Finally,
277 .B mhshow
278 will process each message serially \- it won't start
279 showing the next message until all the commands executed to display the
280 current message have terminated.  In the case of a multipart content
281 (of any subtype listed above), the content contains advice indicating if
282 the parts should be displayed serially or in parallel.  Because this may
283 cause confusion, particularly on uni-window displays,
284 .B mhshow
285 will never display parts in parallel.
286 .SS "Showing Alternate Character Sets"
287 Because a content of type text might be in a non-ASCII character
288 set, when
289 .B mhshow
290 encounters a \*(lqcharset\*(rq parameter for
291 this content, it checks if your terminal can display this character
292 set natively.
293 .B mhn
294 checks this by examining the the environment
295 variable
296 .BR $MM_CHARSET .
297 If the value of this environment variable is equal
298 to the value of the charset parameter, then
299 .B mhshow
300 assumes it can
301 display this content without any additional setup.  If this environment
302 variable is not set,
303 .B mhshow
304 will assume a value of \*(lqUS-ASCII\*(rq.
305 If the character set cannot be displayed natively, then
306 .B mhshow
307 will look for an entry of the form:
308 .PP
309 .RS 5
310 mhshow-charset-<charset>
311 .RE
312 .PP
313 which should contain a command creating an environment to render
314 the character set.  This command string should containing a single
315 \*(lq%s\*(rq, which will be filled-in with the command to display the
316 content.
317 .PP
318 Example entries might be:
319 .PP
320 .RS 5
321 mhshow-charset-iso-8859-1: xterm -fn '-*-*-medium-r-normal-*-*-120-*-*-c-*-iso8859-*' -e %s
322 .RE
323 .PP
324 or
325 .PP
326 .RS 5
327 mhshow-charset-iso-8859-1: '%s'
328 .RE
329 .PP
330 The first example tells
331 .B mhshow
332 to start
333 .B xterm
334 and load the
335 appropriate character set for that message content.  The second example
336 tells
337 .B mhshow
338 that your pager (or other program handling that content
339 type) can handle that character set, and that no special processing is
340 needed beforehand.
341 .PP
342 Note that many pagers strip off the high-order bit or have problems
343 displaying text with the high-order bit set.  However, the pager
344 .B less
345 has support for single-octet character sets.  The source
346 to
347 .B less
348 is available on many ftp sites carrying free software.
349 In order to view messages sent in the ISO-8859-1 character set using
350 .BR less ,
351 .PP
352 put these lines in your
353 .I \&.login
354 file:
355 .PP
356 .RS 5
357 .nf
358 setenv LESSCHARSET latin1
359 setenv LESS "-f"
360 .fi
361 .RE
362 .PP
363 The first line tells
364 .B less
365 to use the ISO-8859-1 definition for
366 determining whether a character is \*(lqnormal\*(rq, \*(lqcontrol\*(lq,
367 or \*(lqbinary\*(rq.  The second line tells
368 .B less
369 not to warn you
370 if it encounters a file that has non-ASCII characters.  Then,
371 set the
372 .I Pager
373 profile entry to
374 .BR less ,
375 and it will get
376 called automatically.  (To handle other single-octet character sets,
377 look at the
378 .BR less (1)
379 manual entry for information about the
380 .B $LESSCHARDEF
381 environment variable.)
382 .SS "Messages of Type message/partial"
383 .B mhshow
384 cannot directly display messages of type partial.
385 You must reassemble them first into a normal message using
386 .BR mhstore .
387 Check the man page for
388 .BR mhstore (1)
389 for details.
390 .SS "External Access"
391 For contents of type message/external-body,
392 .B mhshow
393 supports these access-types:
394 .PP
395 .IP \(bu 4
396 afs
397 .IP \(bu 4
398 anon-ftp
399 .IP \(bu 4
400 ftp
401 .IP \(bu 4
402 local-file
403 .IP \(bu 4
404 mail-server
405 .PP
406 For the \*(lqanon-ftp\*(rq and \*(lqftp\*(rq access types,
407 .B mhshow
408 will look for the \*(lqnmh-access-ftp\*(rq
409 profile entry, e.g.,
410 .PP
411 .RS 5
412 nmh-access-ftp: myftp.sh
413 .RE
414 .PP
415 to determine the pathname of a program to perform the FTP retrieval.
416 .PP
417 This program is invoked with these arguments:
418 .PP
419 .RS 5
420 .nf
421 domain name of FTP-site
422 username
423 password
424 remote directory
425 remote filename
426 local filename
427 \*(lqascii\*(rq or \*(lqbinary\*(rq
428 .fi
429 .RE
430 .PP
431 The program should terminate with an exit status of zero if the
432 retrieval is successful, and a non-zero exit status otherwise.
433 .SS "User Environment"
434 Because the display environment in which
435 .B mhshow
436 operates may vary for
437 different machines,
438 .B mhshow
439 will look for the environment variable
440 .BR $MHSHOW .
441 If present, this specifies the name of an additional
442 user profile which should be read.  Hence, when a user logs in on a
443 particular display device, this environment variable should be set to
444 refer to a file containing definitions useful for the given display device.
445 Normally, only entries that deal with the methods to display different
446 content type and subtypes
447 .PP
448 .RS 5
449 .nf
450 mhshow-show-<type>/<subtype>
451 mhshow-show-<type>
452 .fi
453 .RE
454 .PP
455 need be present in this additional profile. Finally,
456 .B mhshow
457 will attempt to consult one other additional user profile,
458 e.g.,
459 .PP
460 .RS 5
461 %etcdir%/mhn.defaults
462 .RE
463 .PP
464 which is created automatically during
465 .B nmh
466 installation.
467
468 .SH FILES
469 .fc ^ ~
470 .nf
471 .ta \w'%etcdir%/ExtraBigFileName  'u
472 ^$HOME/.mmh/profile~^The user profile
473 ^$MHSHOW~^Additional profile entries
474 ^%etcdir%/mhn.defaults~^System default MIME profile entries
475 ^%etcdir%/mhl.headers~^The headers template
476 .fi
477
478 .SH "PROFILE COMPONENTS"
479 .fc ^ ~
480 .nf
481 .ta 2.4i
482 .ta \w'ExtraBigProfileName  'u
483 ^Path:~^To determine the user's mail storage
484 ^Current\-Folder:~^To find the default current folder
485 ^Unseen\-Sequence:~^To name sequences denoting unseen messages
486 ^nmh-access-ftp:~^Program to retrieve contents via FTP
487 ^mhshow-charset-<charset>~^Template for environment to render character sets
488 ^mhshow-show-<type>*~^Template for displaying contents
489 ^Pager:~^Default program to display text/plain content
490 .fi
491
492 .SH "SEE ALSO"
493 mhbuild(1), mhl(1), mhlist(1), mhstore(1), sendfiles(1)
494
495 .SH DEFAULTS
496 .nf
497 .RB ` +folder "' defaults to the current folder"
498 .RB ` msgs "' defaults to cur"
499 .RB ` \-form \ mhl.headers'
500 .RB ` \-noverbose '
501 .fi
502
503 .SH CONTEXT
504 If a folder is given, it will become the current folder.  The last
505 message selected will become the current message.