comparison conf/doc/packf.rf @ 0:bce86c4163a3

Initial revision
author kono
date Mon, 18 Apr 2005 23:46:02 +0900
parents
children 441a2190cfae
comparison
equal deleted inserted replaced
-1:000000000000 0:bce86c4163a3
1 .\" @(MHWARNING)
2 .\" @(#)$Id$
3 .SC PACKF 1
4 .NA
5 packf \- compress an MH folder into a single file
6 .SY
7 packf
8 \%[+folder] \%[msgs]
9 \%[\-file\ name]
10 \%[\-help]
11 .DE
12 \fIPackf\fR
13 takes messages from a folder and copies them to a single file.
14 Each message in the file is separated by four CTRL\-A's and a
15 @BEGIN: MMDFMTS
16 newline (identical to the way messages are stored in your receiving mail drop).
17 @END: MMDFMTS
18 @BEGIN: MHMTS
19 newline (identical to the way messages are stored in your receiving mail drop).
20 @END: MHMTS
21 @BEGIN: SENDMTS
22 newline.
23 @END: SENDMTS
24 Messages packed can be unpacked using \fIinc\fR.
25
26 If the \fIname\fR given to the `\-file\ name' switch exists,
27 then the messages specified
28 will be appended to the end of the file, otherwise the file will be created
29 and the messages appended.
30 .Fi
31 ^$HOME/\&.mh\(ruprofile~^The user profile
32 ^\&.msgbox\&.map~^A binary index of the file
33 .Pr
34 ^Path:~^To determine the user's MH directory
35 .Ps
36 ^Current\-Folder:~^To find the default current folder
37 .Ps
38 ^Msg\-Protect:~^To set mode when creating a new `file'
39 .Sa
40 inc(1)
41 .De
42 `+folder' defaults to the current folder
43 .Ds
44 `msgs' defaults to all
45 .Ds
46 `\-file ./msgbox'
47 .Co
48 If a folder is given, it will become the current folder.
49 The first message packed will become the current message.
50 .Bu
51 \fIPackf\fP doesn't handle the old UUCP-style \*(lqmbox\*(rq format
52 (used by \fISendMail\fP).
53 To pack messages into this format,
54 use the script \fI@(MHETCPATH)/packmbox\fP.
55 Note that \fIpackmbox\fP does not take the `\-file' option of \fIpackf\fP,
56 and instead writes its output on \fIstdout\fP.
57 .En