Cleaned up sendfiles(1) man page just a bit.
[mmh] / etc / components
1 %;
2 %; Our default components file.  Used by `comp'
3 %;
4 %;
5 %; This line creates our From: header based on the following ordering:
6 %;
7 %; - Use a -from switch if it exists ({from})
8 %; - Use our local mailbox identity; first from the Local-Mailbox profile
9 %;   entry, otherwise gets the information from the local system
10 %;
11 %<{from}%|%(void(localmbox))%>%(void(width))%(putaddr From: )
12 %;
13 %; Here we include an address list if one or more "-to" arguments were
14 %; given, otherwise just output a blank header.  We do the same for the
15 %; "cc" header as well.
16 %;
17 %<{to}%(void(width))%(putaddr To: )%|To:%>
18 %<{cc}%(void(width))%(putaddr cc: )%|cc:%>
19 %;
20 %; Slight difference here: if we're not given "-fcc" on the command line,
21 %; make the default mailbox +outbox
22 %;
23 Fcc: %<{fcc}%(putstr)%|+outbox%>
24 Subject:%<{subject} %(putstr)%>
25 --------