mh_xstrdup arguments now const
[mmh] / man / sendfiles.man1
1 .\"
2 .\" %nmhwarning%
3 .\"
4 .TH SENDFILES %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
5 .SH NAME
6 sendfiles \- send multiple files in a MIME message
7 .SH SYNOPSIS
8 .HP 5
9 .na
10 .B sendfiles
11 .I recipient
12 .I subject
13 .IR file ...
14 .ad
15 .SH DESCRIPTION
16 The program
17 .BR sendfiles ,
18 is used to send a collection
19 of files via electronic mail.
20 .B sendfiles
21 will mail the files in one message with the given `subject'
22 to the `recipient'.
23 Take care not to generate too large messages, as there usually are
24 size limits enforced by the MTAs.
25 .PP
26 To extract received files, use
27 .B mhstore .
28
29 .SH FILES
30 .fc ^ ~
31 .nf
32 .ta \w'%etcdir%/FileName  'u
33 ^$HOME/.mmh/profile~^The user profile
34 .fi
35
36 .SH "PROFILE COMPONENTS"
37 None
38
39 .SH "SEE ALSO"
40 send(1), mhlist(1), mhstore(1).
41
42 .SH CONTEXT
43 None
44
45 .SH HISTORY
46 .PP
47 This is a new and simpler version of
48 .B sendfiles ,
49 which directly invokes
50 .B send .
51 The old one had invoked
52 .B viamail .
53 The old version had been able to send whole directories, by automatically
54 tarballing them. This new version is not able to do so.
55 The old man page had described some kind of automatical splitting of
56 large content into `message/partial' parts. However, it appears as if this
57 had been removed earlier, only its documentation remained.