File: digestify.1

package info (click to toggle)
mush 7.2.5unoff2-6
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 1,664 kB
  • ctags: 1,329
  • sloc: ansic: 21,901; sh: 796; csh: 87; makefile: 72
file content (39 lines) | stat: -rw-r--r-- 847 bytes parent folder | download | duplicates (6)
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
.TH DIGESTIFY 1 "July 16, 1996"
.SH NAME
.B digestify
\- create mail digests with mush
.SH SYNOPSYS
.B digestify
.BI -f mailbox
.SH DESCRIPTION
.B digestify
reads a mailbox and creates a digest of mail messages, i.e. a file
which has a single header and contains all mail messages separated
by a line of eight dashes.
.PP
.B mush
is able to convert such digests back to a set of messages with the
.B undigest
command.
.SH OPTIONS
.TP
.BI \-f " mailbox"
Create a digest of the given mailbox.
.SH CAVEATS AND BUGS
Because
.B digestify
is interpreted by
.BR mush ,
it does not check that it is correctly called, and if the
.B \-f
flag is not given
.B mush
will think that
.I mailbox
is an email address and will ask for the contents of a message to
send to this address.
.SH DOCUMENTATION
Yves Arrouye <arrouye@debian.org>
.SH SEE ALSO
.BR mush (1)