source: trunk/third/nmh/man/burst.man @ 12455

Revision 12455, 3.6 KB checked in by danw, 26 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r12454, which included commits to RCS files with non-trunk default branches.
Line 
1.\"
2.\" %nmhwarning%
3.\" $Id: burst.man,v 1.1.1.1 1999-02-07 18:14:19 danw Exp $
4.\"
5.\" include the -mh macro file
6.so %etcdir%/tmac.h
7.\"
8.TH BURST %manext1% MH.6.8 [%nmhversion%]
9.SH NAME
10burst \- explode digests into messages
11.SH SYNOPSIS
12.in +.5i
13.ti -.5i
14burst
15\%[+folder] \%[msgs]
16\%[\-inplace] \%[\-noinplace]
17\%[\-quiet]
18.br
19\%[\-noquiet]
20\%[\-verbose] \%[\-noverbose]
21\%[\-version]
22\%[\-help]
23.in -.5i
24.SH DESCRIPTION
25\fIBurst\fR considers the specified messages in the named folder to be
26Internet digests, and explodes them in that folder.
27
28If `\-inplace' is given, each digest is replaced by the \*(lqtable
29of contents\*(rq for the digest (the original digest is removed).
30\fIBurst\fR then renumbers all of the messages following the digest in the
31folder to make room for each of the messages contained within the digest.
32These messages are placed immediately after the digest.
33
34If `\-noinplace' is given, each digest is preserved, no table of contents
35is produced, and the messages contained within the digest are placed at
36the end of the folder.  Other messages are not tampered with in any way.
37
38The `\-quiet' switch directs \fIburst\fR to be silent about reporting
39messages that are not in digest format.
40
41The `\-verbose' switch directs \fIburst\fR to tell the user the general
42actions that it is taking to explode the digest.
43
44It turns out that \fIburst\fR works equally well on forwarded messages
45and blind\-carbon\-copies as on Internet digests, provided that the
46former two were generated by \fIforw\fR or \fIsend\fR.
47.Fi
48^$HOME/\&.mh\(ruprofile~^The user profile
49.Pr
50^Path:~^To determine the user's nmh directory
51.Ps
52^Current\-Folder:~^To find the default current folder
53.Ps
54^Msg\-Protect:~^To set mode when creating a new message
55.Sa
56\fIProposed Standard for Message Encapsulation\fR (RFC\-934),
57.br
58inc(1), msh(1), pack(1)
59.De
60`+folder' defaults to the current folder
61.Ds
62`msgs' defaults to cur
63.Ds
64`\-noinplace'
65.Ds
66`\-noquiet'
67.Ds
68`\-noverbose'
69.Co
70If a folder is given, it will become the current folder.  If `\-inplace'
71is given, then the first message burst becomes the current message.
72This leaves the context ready for a \fIshow\fR of the table of contents
73of the digest, and a \fInext\fR to see the first message of the digest.
74If `\-noinplace' is given, then the first message extracted from the
75first digest burst becomes the current message.  This leaves the context
76in a similar, but not identical, state to the context achieved when using
77`\-inplace'.
78.Bu
79The \fIburst\fR program enforces a limit on the number of messages which
80may be \fIburst\fR from a single message.  This number is on the order
81of 1000 messages.  There is usually no limit on the number of messages
82which may reside in the folder after the \fIburst\fRing.
83
84Although \fIburst\fR uses a sophisticated algorithm to determine where
85one encapsulated message ends and another begins, not all digestifying
86programs use an encapsulation algorithm.  In degenerate cases, this
87usually results in \fIburst\fR finding an encapsulation boundary
88prematurely and splitting a single encapsulated message into two or
89more messages.  These erroneous digestifying programs should be fixed.
90
91Furthermore, any text which appears after the last encapsulated message
92is not placed in a separate message by \fIburst\fR.  In the case of
93digestified messages, this text is usually an \*(lqEnd of digest\*(rq
94string.  As a result of this possibly un\-friendly behavior on the
95part of \fIburst\fR, note that when the `\-inplace' option is used,
96this trailing information is lost.  In practice, this is not a problem
97since correspondents usually place remarks in text prior to the first
98encapsulated message, and this information is not lost.
99.En
Note: See TracBrowser for help on using the repository browser.