remove unused defines in uip/pick.c
[mmh] / man / whom.man1
1 .\"
2 .\" %nmhwarning%
3 .\"
4 .TH WHOM %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
5 .SH NAME
6 whom \- report to whom a message would go
7 .SH SYNOPSIS
8 .HP 5
9 .na
10 .B whom
11 .RB [ \-tocc " | " \-notocc ]
12 .RB [ \-dcc " | " \-nodcc ]
13 .RB [ \-bcc " | " \-nobcc ]
14 .RB [ \-alias " | " \-noalias ]
15 .RB [ \-Version ]
16 .RB [ \-help ]
17 .IR file ...
18 .ad
19 .SH DESCRIPTION
20 .B Whom
21 is used to list the recipient addresses in the headers of a message.
22 .PP
23 Per default,
24 .B whom
25 lists sighted and hidden recipients.
26 The
27 .BR \-notocc
28 option suppresses the listing of sighted recipients (To and Cc).
29 The
30 .BR \-nodcc
31 option suppresses the listing of hidden DCC recipients.
32 The
33 .BR \-nobcc
34 option suppresses the listing of hidden BCC recipients.
35 If the printing of multiple kinds of recipients
36 is requested and hidden ones are present,
37 they are separated by a line similar to ``\0==DCC=='' or ``\0==BCC==''.
38 The actual separator may change, but the regular expression
39 /^[\0\\t].*[DB]CC/ should always match.
40 No separator is printed if only one kind of recipients is requested
41 for printing, or if multiple are requested but no hidden recipients are
42 present.
43 .PP
44 With
45 .BR \-alias ,
46 aliases for all recipients are expanded, according to the
47 alias files given by the `Aliasfile:' profile entry.
48 This is somehow similar to running:
49
50 .RS 5
51 .nf
52 ali `whom /path/to/msg`
53 .fi
54 .RE
55
56 .SH FILES
57 .fc ^ ~
58 .nf
59 .ta \w'%etcdir%/ExtraBigFileName  'u
60 ^$HOME/.mmh/profile~^The user profile
61 .fi
62
63 .SH "PROFILE COMPONENTS"
64 .fc ^ ~
65 .nf
66 .ta 2.4i
67 .ta \w'ExtraBigProfileName  'u
68 ^Path:~^To determine the user's mail storage
69 ^Aliasfile:~^For default alias files
70 .fi
71
72 .SH "SEE ALSO"
73 mh\-alias(5), spost(8)
74
75 .SH DEFAULTS
76 .nf
77 .RB ` \-tocc '
78 .RB ` \-dcc '
79 .RB ` \-bcc '
80 .RB ` \-alias '
81 .fi
82
83 .SH CONTEXT
84 None
85
86 .SH BUGS
87 .B whom
88 does not (yet) accept
89 .I msg
90 and
91 .I +folder
92 arguments.