File: r-mhshow.html

package info (click to toggle)
mh-book 200605-2
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 6,356 kB
  • ctags: 2,059
  • sloc: sh: 1,449; perl: 642; ansic: 279; php: 58; makefile: 39; csh: 8
file content (97 lines) | stat: -rw-r--r-- 2,976 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!-- $Id: r-mhshow.html 600 2006-05-31 22:13:43Z wohler $ -->
<html>
  <head>
    <meta name="Author" content="Jerry Peek">
    <title>mhshow Reference Guide: MH &amp; nmh: Email for Users & Programmers</title>
    <?$book = '..'?>
    <link rel="stylesheet" href="<?=$book?>/mh.css" type="text/css">
    <style type="text/css">
      dt {display: compact}
    </style>
  </head>

  <body>
    <?
      include "$book/mh.php";
      includeHeader('', '', 'mherg.html');
    ?>

    <a name="index1"></a>
    <h1>mhshow Reference Guide</h1>

    <p>
    <strong><a href="remime.html">mhshow</a>: display MIME messages
    (nmh only)</strong>

    <dl>
      <dt><a href="fol.html"><b>+<i>folder</i></b></a> (default:
      current folder)
      <dd>Folder name
      <dt><a href="faswsprs.html#mesranseq"><b><i>msgs</i></b></a>
      (default: current)
      <dd>Message(s) to process
      <dt><b>-file <i>file</i></b>
      <dd>File to use (instead of message in a folder)
    </dl>

    <dl>
      <dt><a
      href="remime.html#s6ShPaMIMe"><b>-part <i>part</i></b></a>
      <dd>Show only part number <i>part</i>
      <dt><a
      href="remime.html#s6ShPaMIMe"><b>-type <i>type</i></b></a>
      <dd>Show only part with content-type <i>type</i>
    </dl>

    <dl>
      <dt><b>-serialonly</b>
      <dd>Never display more than one message part simultaneously
      <dt><b>-noserialonly</b> (default)
      <dd>Possibly display <i>multipart/parallel</i> parts
      simultaneously
      <dt><a href="hl.html#ForHea"><b>-form <i>formfile</i></b></a>
      <dd><i>mhl</i> format file for message headers (default:
      mhl.headers)
      <dt><a href="confmhn.html#ShComhsh"><b>-pause</b></a> (default)
      <dd>Pause between message parts if display string
      contains <tt>%p</tt>
      <dt><a href="remime.html#HomhShMe"><b>-nopause</b></a>
      <dd>Don't pause between message parts
      <dt><a href="remime.html#HomhShMe"><b>-nomoreproc</b></a>
      (undocumented)
      <dd>Don't use <i>moreproc</i> on message header
    </dl>

    <dl>
      <dt><a
      href="remime.html#CachCont"><b>-rcache <i>policy</i></b></a>, <a
      href="confmhn.html#CEBPmcmp"><i>more...</i></a>
      <dd>Policy for reading cache. Values: public, private, never,
      ask
      <dt><a
      href="remime.html#CachCont"><b>-wcache <i>policy</i></b></a>, <a
      href="confmhn.html#CEBPmcmp"><i>more...</i></a>
      <dd>Policy for writing cache. Values: public, private, never,
      ask
    </dl>

    <dl>
      <dt><a href="remime.html#ChecMIMe"><b>-check</b></a>
      <dd>Test message integrity check
      <dt><b>-nocheck</b> (default)
      <dd>Don't check message
    </dl>

    <dl>
      <dt><b>-verbose</b>
      <dd>No effect (in nmh-1.0, at least)?
      <dt><b>-noverbose</b> (default)
      <dd>Give standard information
    </dl>

    <?
      includeFooter('$Date: 2006-05-31 15:13:43 -0700 (Wed, 31 May 2006) $',
        'Jerry: 1999');
    ?>
  </body>
</html>